new things.

This commit is contained in:
2025-09-12 20:45:48 -04:00
parent c2eb111291
commit 5934f1a91c
11 changed files with 43 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
{
"tasks": {
"dev": "deno run -A --env-file --unstable-kv src/main.ts"
"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",
@@ -9,6 +10,7 @@
"@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",
"sharp": "npm:sharp@^0.34.3",
"zod": "npm:zod@^4.0.5"