{
  "name": "igf-hr-backend",
  "version": "1.0.0",
  "description": "IGF HR Tool backend - auth and future working hours/holiday APIs",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node server.js",
    "seed:public-holidays-2026": "node scripts/seed-public-holidays-2026.js",
    "backfill-working-hours": "node scripts/backfill-working-hours.js",
    "import-holidays-excel": "node scripts/import-holidays-from-excel.js",
    "seed:carryover-2026": "node scripts/seed-carryover-2026.js",
    "seed:absence-types-2026": "node scripts/seed-absence-types-2026.js"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cors": "^2.8.5",
    "cron": "^3.1.7",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "jsonwebtoken": "^9.0.2",
    "md5": "^2.3.0",
    "mongoose": "^8.0.0",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.10.1",
    "pdfkit": "^0.17.2",
    "xlsx": "^0.18.5"
  }
}
