AT Protocol OAuth template in Deno, Hono, HTMX
1{
2 "imports": {
3 "@tijs/atproto-oauth": "jsr:@tijs/atproto-oauth@^2.9.0",
4 "@tijs/atproto-storage": "jsr:@tijs/atproto-storage@^1.0.0",
5 "hono": "jsr:@hono/hono@^4.11.9"
6 },
7 "tasks": {
8 "start": "deno run --allow-net --allow-env --env-file --watch-hmr main.tsx"
9 },
10 "compilerOptions": {
11 "jsx": "precompile",
12 "jsxImportSource": "hono/jsx"
13 }
14}