{
  "name": "trackit-super-admin-api",
  "version": "1.0.0",
  "private": true,
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "schema:load": "node scripts/load-schema.js",
    "migrate": "node scripts/migrate.js",
    "seed": "node scripts/seed.js",
    "db:init": "npm run schema:load && npm run migrate && npm run seed",
    "build": "node scripts/build-deploy.js",
    "pack:hosting": "node scripts/pack-for-hosting.js"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cors": "^2.8.5",
    "dotenv": "^16.6.1",
    "express": "^4.21.0",
    "express-rate-limit": "^7.4.0",
    "helmet": "^7.1.0",
    "jsonwebtoken": "^9.0.2",
    "mysql2": "^3.11.3",
    "pdfkit": "^0.18.0"
  }
}
