{
  "name": "breis-backend",
  "version": "3.2.0",
  "description": "Breis - Cloud Management Software for Healthcare Organizations.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pretest": "npx playwright@1.47.1 install",
    "dev": "nodemon index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/softnotions/caredom-backend.git"
  },
  "author": "Softnotions Technologies Pvt. Ltd.",
  "contributors": [
    "Softnotions Technologies Pvt. Ltd."
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/softnotions/caredom-backend/issues"
  },
  "homepage": "https://github.com/softnotions/caredom-backend#readme",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.735.0",
    "@keycloak/keycloak-admin-client": "^25.0.4",
    "@sendgrid/mail": "^8.1.0",
    "aws-sdk": "^2.1625.0",
    "axios": "^1.6.5",
    "body-parser": "1.20.2",
    "colors": "^1.4.0",
    "cors": "2.8.5",
    "crypto-js": "^4.2.0",
    "dayjs": "^1.11.11",
    "dayjs-plugin-utc": "^0.1.2",
    "dotenv": "16.3.1",
    "excel4node": "^1.8.2",
    "express": "4.18.2",
    "express-fileupload": "1.4.0",
    "express-rate-limit": "7.0.1",
    "firebase-admin": "^12.1.0",
    "fs": "^0.0.1-security",
    "helmet": "7.0.0",
    "joi": "17.10.2",
    "jsonwebtoken": "^9.0.2",
    "jwks-rsa": "^3.1.0",
    "luxon": "^3.6.1",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.48",
    "mongodb": "^6.6.2",
    "mongoose": "8.6.3",
    "multer": "^1.4.5-lts.1",
    "node-cron": "^3.0.2",
    "nodemon": "3.0.1",
    "pdf-lib": "^1.17.1",
    "pino": "8.15.1",
    "pino-pretty": "^10.2.0",
    "playwright": "1.47.1",
    "puppeteer": "^21.6.1",
    "qs": "^6.11.2",
    "redis": "4.6.8",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "eslint": "^8.49.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.28.1"
  }
}
