{
  "name": "poe-auth-api",
  "version": "1.0.0",
  "description": "POE.Multi Auth/Licensing backend API (Phase 28)",
  "main": "app.js",
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "bcryptjs": "2.4.3",
    "dotenv": "16.4.7",
    "express": "4.21.2",
    "express-rate-limit": "7.5.0",
    "helmet": "8.0.0",
    "mysql2": "3.11.5"
  },
  "private": true
}
