{ "imports": { "@atproto/lex": "npm:@atproto/lex@^0.0.19", "@tijs/atproto-oauth": "jsr:@tijs/atproto-oauth@^2.9.0", "@tijs/atproto-storage": "jsr:@tijs/atproto-storage@^1.0.0", "hono": "jsr:@hono/hono@^4.11.9" }, "tasks": { "start": "deno run --allow-net --allow-env --env-file --watch-hmr main.tsx" }, "compilerOptions": { "jsx": "precompile", "jsxImportSource": "hono/jsx" } }