{
  "name": "gm-api",
  "version": "1.0.0",
  "main": "index.js",
  "type": "commonjs",
  "scripts": {
    "test": "node index.js",
    "create-root": "node scripts/createRootUser.js",
    "init-permissions": "node scripts/initializePermissions.js",
    "setup-db": "node scripts/setupDatabase.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "axios": "^1.11.0",
    "bcrypt": "^6.0.0",
    "bcryptjs": "^3.0.2",
    "date-fns": "^4.1.0",
    "dotenv": "^16.6.1",
    "exceljs": "^4.4.0",
    "express": "^4.21.2",
    "fs-extra": "^11.3.0",
    "https": "^1.0.0",
    "jsonwebtoken": "^9.0.2",
    "mssql": "^11.0.1",
    "mysql2": "^3.10.0",
    "node-cron": "^3.0.3",
    "nodemailer": "^7.0.9",
    "sequelize": "^6.37.3",
    "sharp": "^0.34.4",
    "socket.io": "^4.8.1"
  }
}
