Minesweeper / deno.json
T1ckbase
update
21ba00e
raw
history blame contribute delete
401 Bytes
{
"tasks": {
"start": "deno --allow-net --allow-read --allow-env --env-file=.env --unstable-cron --watch main.ts"
},
"imports": {
"@std/path": "jsr:@std/path@^1.0.9",
"hono": "jsr:@hono/hono@^4.7.8"
},
"fmt": {
"indentWidth": 2,
"lineWidth": 69420,
"proseWrap": "preserve",
"semiColons": true,
"singleQuote": true,
"useTabs": false
},
"lock": false
}