{ "dependencies": { "axios": "^1.13.6", "bcryptjs": "^3.0.3", "body-parser": "^2.2.2", "cors": "^2.8.6", "dotenv": "^17.3.1", "express": "^5.2.1", "jsonwebtoken": "^9.0.3", "mysql2": "^3.19.0", "xlsx": "^0.18.5" }, "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "nodemon": "^3.1.14" } }