{ "name": "socket-app-server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon index.js", "start": "node index.js" }, "author": "", "license": "ISC", "dependencies": { "asmcrypto.js": "2.3.2", "axios": "^1.6.8", "bs58": "^5.0.0", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.19.2", "express-validator": "^7.0.1", "jsonwebtoken": "^9.0.2", "moment-timezone": "^0.5.45", "mongoose": "^8.3.2", "node-cron": "^3.0.3", "nodemon": "^3.1.0", "short-unique-id": "^5.2.0", "socket.io": "^4.7.5" } }