{ "name": "backend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.2.1", "pg": "^8.16.3", "redis": "^5.10.0", "socket.io": "^4.8.3" } }