13 lines
398 B
JSON
13 lines
398 B
JSON
{
|
|
"tasks": {
|
|
"main": "deno run --allow-read --allow-write server/main.ts",
|
|
"test": "deno run --allow-read --allow-write server/main_test.ts"
|
|
},
|
|
"imports": {
|
|
"chalk": "npm:chalk@5.4.1",
|
|
"file-type": "npm:file-type@21.0.0",
|
|
"webpack": "npm:webpack@5.101.2",
|
|
"express": "npm:express@5.1.0",
|
|
"socket.io": "npm:socket.io@4.8.1"
|
|
}
|
|
} |