Files
aaaa/deno.json

19 lines
813 B
JSON

{
"tasks": {
"dev": "deno run -A --unstable-kv src/main.ts",
"compile-win": "deno compile --unstable-kv --target x86_64-pc-windows-msvc --include ./res/ --include ./src/ -o ./build/GalvanicCorrosionRewritten.exe --allow-net --allow-sys --allow-env -R --allow-write=. --allow-ffi --deny-run src/main.ts"
},
"imports": {
"@felix/bcrypt": "jsr:@felix/bcrypt@^1.0.5",
"@hono/hono": "jsr:@hono/hono@^4.8.5",
"@hono/zod-validator": "jsr:@hono/zod-validator@^0.7.2",
"@oneday/http-status": "jsr:@oneday/http-status@^0.2.0",
"@proxnet/undead-logging": "jsr:@proxnet/undead-logging@^1.5.0",
"@std/assert": "jsr:@std/assert@1",
"@std/dotenv": "jsr:@std/dotenv@^0.225.5",
"chalk": "npm:chalk@^5.6.2",
"imagescript": "npm:imagescript@^1.3.1",
"zod": "npm:zod@^4.0.5"
},
"nodeModulesDir": "auto"
}