{ "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" } }