{
  "name": "air360-crm-backend",
  "version": "1.0.0",
  "private": true,
  "description": "Production-ready CRM backend (Express + MySQL + JWT + bcrypt). cPanel-compatible.",
  "main": "index.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "start": "node index.js",
    "dev": "node --watch index.js",
    "install:db": "node install.js",
    "postinstall": "echo '\\n👉  Next: copy .env.example to .env, edit DB creds, then run: npm run install:db\\n'"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.21.0",
    "express-rate-limit": "^7.4.0",
    "helmet": "^7.1.0",
    "jsonwebtoken": "^9.0.2",
    "mysql2": "^3.11.3",
    "uuid": "^10.0.0"
  }
}