2PlayerGame/chapter3/package.json
2026-07-23 17:03:26 +03:00

14 lines
No EOL
337 B
JSON

{
"name": "nevpiznanyi",
"version": "1.0.0",
"description": "Розділ 3 — процедурний детектив на двох",
"scripts": {
"test": "node casegen/test.js && node test-server.js",
"start": "node server.js"
},
"license": "ISC",
"type": "commonjs",
"dependencies": {
"ws": "8.21.1"
}
}