AGI / deno.json
ftfty76's picture
Upload 8 files
df9b14f verified
raw
history blame contribute delete
553 Bytes
{
"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
}
}