mirror of
https://github.com/MaciejkaG/statki.git
synced 2024-11-29 23:42:54 +01:00
38 lines
948 B
JSON
38 lines
948 B
JSON
{
|
|
"name": "statki",
|
|
"version": "0.7.6",
|
|
"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.git"
|
|
},
|
|
"author": "Maciejka",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/MaciejkaG/statki-backend/issues"
|
|
},
|
|
"homepage": "https://github.com/MaciejkaG/statki-backend#readme",
|
|
"dependencies": {
|
|
"connect-redis": "^7.1.1",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"express-handlebars": "^7.1.2",
|
|
"express-rate-limit": "^7.2.0",
|
|
"express-session": "^1.18.0",
|
|
"geoip-lite": "^1.4.10",
|
|
"mysql": "^2.18.1",
|
|
"nodemailer": "^6.9.12",
|
|
"rate-limit-redis": "^4.2.0",
|
|
"redis": "^4.6.13",
|
|
"socket.io": "^4.7.4",
|
|
"uuid": "^9.0.1",
|
|
"uuid4": "^2.0.3"
|
|
}
|
|
}
|