video.cerulea.blue/deno.json
Charlotte Som 2ce74c6391 initial commit: appview fetchVideo implementation
just need to make:
- viewer (very simple - fetch record, fetchVideo, display <video> tag)
- upload/management (need atcute browser oauth client, write to PDS, etcetc)
2025-05-29 21:02:49 +01:00

13 lines
407 B
JSON

{
"tasks": {
"appview:start": "deno serve -A --port 4080 ./appview/main.ts"
},
"imports": {
"@atcute/identity-resolver": "npm:@atcute/identity-resolver@^1.1.3",
"@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"
}
}