{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.6", "dotenv": "^17.3.1", "express": "^5.2.1", "mysql2": "^3.19.0", "socket.io": "^4.8.3" } }