new things.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user