video.cerulea.blue/deno.json
Charlotte Som a25ec9f235 complete viewer
now that PDSls has blob uploading i don't have to make the uploader
first. yaaay
2025-06-04 23:10:23 +01:00

22 lines
759 B
JSON

{
"tasks": {
"appview:start": "deno serve -A --port 4080 ./appview/main.ts",
"client:build": "deno run -A ./_client_build.ts",
"client:watch": "deno run -A ./_client_build.ts --watch"
},
"imports": {
"@atcute/identity": "npm:@atcute/identity@^1.0.2",
"@atcute/identity-resolver": "npm:@atcute/identity-resolver@^1.1.3",
"@char/aftercare": "jsr:@char/aftercare@^0.4.2",
"@db/sqlite": "jsr:@db/sqlite@^0.12.0",
"@std/fs": "jsr:@std/fs@^1.0.17",
"@std/http": "jsr:@std/http@^1.0.17",
"@std/path": "jsr:@std/path@^1.1.0",
"@zod/mini": "npm:@zod/mini@^4.0.0-beta.20250505T195954"
},
"compilerOptions": {
"lib": ["deno.window", "dom"],
"jsx": "react-jsx",
"jsxImportSource": "@char/aftercare"
}
}