{ "name": "test-git-fcz5", "version": "1.0.0", "description": "Production-ready Node.js API server for testing", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "jest --coverage", "lint": "eslint .", "build": "echo 'No build step required'" }, "keywords": [ "nodejs", "api", "express", "production", "boltic" ], "author": "Boltic", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "express": "^4.18.2", "cors": "^2.8.5", "helmet": "^7.1.0", "morgan": "^1.10.0", "compression": "^1.7.4", "dotenv": "^16.3.1", "uuid": "^9.0.1" }, "devDependencies": { "nodemon": "^3.0.2", "jest": "^29.7.0", "eslint": "^8.56.0" } }