Implement main game as a mod
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"server": "deno run --unstable-worker-options --allow-net --allow-read --allow-write --allow-env server/main.ts",
|
||||
"new-mod": "deno run --allow-read --allow-write tools/new_mod.ts",
|
||||
"check-mods": "deno run --allow-read --allow-run tools/check_mods.ts",
|
||||
"export-bworld": "deno run --allow-read --allow-write --allow-run tools/export_bworld_mod.ts",
|
||||
"test": "deno test --allow-read --allow-write --allow-run tests/"
|
||||
},
|
||||
"compilerOptions": {
|
||||
@@ -28,6 +27,7 @@
|
||||
"@std/assert": "jsr:@std/assert@^1.0.0",
|
||||
"@std/fs": "jsr:@std/fs@^1.0.23",
|
||||
"@std/http": "jsr:@std/http@^1.0.23",
|
||||
"@std/path": "jsr:@std/path@^1.0.0",
|
||||
"gl-matrix": "npm:gl-matrix@^3.4.4",
|
||||
"marked": "npm:marked@^17.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user