{
  "name": "leave-balance-automation",
  "version": "1.0.0",
  "description": "ESS Leave Balance Automation",
  "main": "index.js",
  "bin": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon .",
    "pkg": "pkg . --scripts=index.js"
  },
  "pkg": {
    "scripts": "require.js",
    "assets": [
      "node_modules/axios/**/*",
      "config/config.dev.json",
      "config/config.prod.json",
      "config/config.staging.json"
    ],
    "targets": [
      "node16-win-x64",
      "node16-linux-x64"
    ],
    "outputPath": "./dist"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.10.0",
    "cors": "^2.8.5",
    "date-fns": "^4.1.0",
    "date-fns-tz": "^3.2.0",
    "dotenv": "^16.5.0",
    "express": "^5.1.0",
    "mysql2": "^3.14.0",
    "node-cron": "^3.0.3",
    "sequelize": "^6.37.7"
  },
  "devDependencies": {
    "@types/node": "^22.14.1",
    "pkg": "^5.8.1"
  }
}
