mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-30 00:32:55 +01:00
30 lines
732 B
JSON
30 lines
732 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.2",
|
|
"express-handlebars": "^7.1.2",
|
|
"express-session": "^1.17.3",
|
|
"socket.io": "^4.7.2",
|
|
"uuid": "^9.0.1",
|
|
"uuid4": "^2.0.3"
|
|
}
|
|
}
|