{ "name": "dama-online-backend", "version": "0.0.1", "description": "my first socket.io app", "type": "commonjs", "main": "communication.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "chance": "^1.1.12", "express": "^4.21.2", "mongoose": "^8.13.1", "redis": "^4.7.0", "socket.io": "^4.8.1" } }