{
  "name": "hospital_api",
  "version": "1.0.0",
  "main": "app.js",
  "scripts": {
    "start": "nodemon ./bin/www",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "axios": "^1.11.0",
    "bcrypt": "^6.0.0",
    "chalk": "^4.1.2",
    "cookie-parser": "^1.4.7",
    "debug": "^4.4.1",
    "dotenv": "^17.2.1",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "express-list-endpoints": "^6.0.0",
    "express-promise-router": "^4.1.1",
    "express-rate-limit": "^6.11.2",
    "frameguard": "^4.0.0",
    "generate-password": "^1.7.1",
    "helmet": "^5.1.1",
    "html-entities": "^1.4.0",
    "http-errors": "^2.0.0",
    "joi": "^14.3.1",
    "jsonwebtoken": "^9.0.2",
    "knex": "^3.1.0",
    "lodash": "^4.17.21",
    "moment": "^2.30.1",
    "morgan": "^1.10.1",
    "multer": "^2.0.2",
    "mysql2": "^3.14.3",
    "nocache": "^4.0.0",
    "node-cron": "^4.2.1",
    "request": "^2.88.2",
    "url": "^0.11.4"
  }
}
