{ "name": "ssa-chat", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon src/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^1.8.4", "compression": "^1.8.0", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^4.21.2", "http-status": "^2.1.0", "jsonwebtoken": "^9.0.2", "morgan": "^1.10.0", "multer": "^1.4.5-lts.2", "mysql2": "^3.14.0", "nodemon": "^3.1.9", "pg": "^8.16.0", "request-ip": "^3.3.0", "sequelize": "^6.37.7", "socket.io": "^4.8.1", "winston": "^3.17.0", "yup": "^1.6.1" } }