18 lines
795 B
JSON
18 lines
795 B
JSON
{
|
|
"tasks": {
|
|
"server": "deno run --allow-read --allow-write --allow-env --allow-net --allow-sys --allow-run=deno ./server/main.ts",
|
|
"build-and-run-server": "deno task build && deno run --watch --allow-read --allow-write --allow-env --allow-net --allow-sys --allow-run=deno ./server/main.ts",
|
|
"build": "cd ./client && deno task build"
|
|
},
|
|
"imports": {
|
|
"chalk": "npm:chalk@5.4.1",
|
|
"file-type": "npm:file-type@21.0.0",
|
|
"express": "npm:express@5.1.0",
|
|
"socket.io": "npm:socket.io@4.8.1",
|
|
"cookie-parser": "npm:cookie-parser@1.4.7",
|
|
"express-fileupload": "npm:express-fileupload@1.5.2",
|
|
"lingchair-internal-shared": "./internal-shared/mod.ts",
|
|
|
|
"socket.io-client": "npm:socket.io-client@4.8.1"
|
|
}
|
|
} |