{
  "name": "branch-backend-glasses",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js",
    "dev": "nodemon server.js",
    "seed": "node src/utils/seeders.js",
    "migrate:fix-wallet": "node src/scripts/fixShopWalletSchema.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kalsoom08/branch-backend-glasses.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Kalsoom08/branch-backend-glasses/issues"
  },
  "homepage": "https://github.com/Kalsoom08/branch-backend-glasses#readme",
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "bull": "^4.16.5",
    "cloudinary": "^2.9.0",
    "compression": "^1.8.1",
    "cors": "^2.8.6",
    "crypto": "^1.0.1",
    "crypto-js": "^4.2.0",
    "dotenv": "^17.3.1",
    "exceljs": "^4.4.0",
    "express": "^4.18.2",
    "express-mongo-sanitize": "^2.2.0",
    "express-rate-limit": "^8.2.1",
    "helmet": "^8.1.0",
    "joi": "^18.0.2",
    "jsonwebtoken": "^9.0.3",
    "moment": "^2.30.1",
    "mongoose": "^9.2.4",
    "morgan": "^1.10.1",
    "multer": "^2.1.0",
    "node-cron": "^4.2.1",
    "nodemailer": "^8.0.1",
    "nodemon": "^3.1.14",
    "pdfkit": "^0.17.2",
    "razorpay": "^2.9.6",
    "redis": "^4.6.11",
    "slugify": "^1.6.9",
    "uuid": "^13.0.0",
    "validator": "^13.15.26",
    "winston": "^3.19.0",
    "winston-daily-rotate-file": "^5.0.0"
  }
}
