statki/package.json
MaciejkaG ee0b172067 Major changes
- Added ship removing, after changing their mind or missclicking, a player can rightclick a ship to remove it
- Multiple bug fixes and stability improvements
2024-03-03 22:59:52 +01:00

31 lines
756 B
JSON

{
"name": "statki-backend",
"version": "1.0.0",
"description": "Backend do gry w statki",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaciejkaG/statki-backend.git"
},
"author": "Maciejka",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaciejkaG/statki-backend/issues"
},
"homepage": "https://github.com/MaciejkaG/statki-backend#readme",
"dependencies": {
"express": "^4.18.3",
"express-handlebars": "^7.1.2",
"express-session": "^1.18.0",
"redis": "^4.6.13",
"socket.io": "^4.7.4",
"uuid": "^9.0.1",
"uuid4": "^2.0.3"
}
}