Files
WebGame/package.json
T
2026-05-24 22:24:39 +07:00

19 lines
351 B
JSON

{
"name": "webgame",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1",
"socket.io": "^4.8.3"
}
}