{ | |
"tasks": { | |
"start": "deno --allow-net --allow-read --allow-env --env-file=.env --unstable-cron --watch src/main.tsx" | |
}, | |
"imports": { | |
"@hono/hono": "jsr:@hono/hono@^4.7.1", | |
"@std/async": "jsr:@std/async@^1.0.11", | |
"@std/random": "jsr:@std/random@^0.1.0" | |
}, | |
"compilerOptions": { | |
"jsx": "precompile", | |
"jsxImportSource": "@hono/hono/jsx" | |
}, | |
"lock": false, | |
"fmt": { | |
"indentWidth": 2, | |
"lineWidth": 69420, | |
"proseWrap": "preserve", | |
"semiColons": true, | |
"singleQuote": true, | |
"useTabs": false | |
} | |
} | |