mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-30 00:32:55 +01:00
0663b2c891
- Added .env config - Improved board formatting when aiming
32 lines
781 B
JSON
32 lines
781 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": {
|
|
"dotenv": "^16.4.5",
|
|
"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"
|
|
}
|
|
}
|