{ "name": "server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node start.js", "dev": "node start.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", "express-rate-limit": "^8.4.1", "helmet": "^8.1.0" } }