Ask questions, share opinions, vote together
at main 15 lines 419 B view raw
1{ 2 "imports": { 3 "@atproto/lex": "npm:@atproto/lex@^0.0.19", 4 "@tijs/atproto-oauth": "jsr:@tijs/atproto-oauth@^2.9.0", 5 "@tijs/atproto-storage": "jsr:@tijs/atproto-storage@^1.0.0", 6 "hono": "jsr:@hono/hono@^4.11.9" 7 }, 8 "tasks": { 9 "start": "deno run --allow-net --allow-env --env-file --watch-hmr main.tsx" 10 }, 11 "compilerOptions": { 12 "jsx": "precompile", 13 "jsxImportSource": "hono/jsx" 14 } 15}