{
  "name": "b2b-backend-nodejs",
  "version": "1.0.0",
  "description": "b2b backend(node v20.x)",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
     "start": "node --max-old-space-size=4096 app.js",
    "dev": "nodemon --max-old-space-size=4096 app.js"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "author": "Sarvesh Kirodiwal",
  "license": "ISC",
  "dependencies": {
    "@fast-csv/format": "^5.0.5",
    "aws-sdk": "^2.1692.0",
    "axios": "^1.13.2",
    "bcrypt": "^6.0.0",
    "bcryptjs": "^3.0.3",
    "body-parser": "^1.20.2",
    "cheerio": "^1.1.2",
    "connect-mongo": "^6.0.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "csv-parser": "^3.0.0",
    "csvtojson": "^2.0.10",
    "deasync": "^0.1.30",
    "dotenv": "^17.2.3",
    "express": "^5.2.1",
    "express-async-handler": "^1.2.0",
    "express-session": "^1.18.1",
    "google-auth-library": "^9.15.1",
    "googleapis": "^144.0.0",
    "joi": "^18.0.2",
    "json-2-csv": "^5.5.7",
    "json2csv": "^6.0.0-alpha.2",
    "jsonwebtoken": "^9.0.2",
    "moment": "^2.30.1",
    "mongoose": "^9.0.0",
    "morgan": "^1.10.1",
    "multer": "^2.0.2",
    "multer-s3": "^2.10.0",
    "node-cron": "^4.2.1",
    "node-fetch": "^3.3.2",
    "nodemailer": "^7.0.11",
    "nodemon": "^3.1.11",
    "p-queue": "^9.0.1",
    "qrcode": "^1.5.4",
    "react-quill": "^2.0.0",
    "sitemap-generator": "^8.5.1",
    "socket.io": "^4.8.1",
    "svg-captcha": "^1.4.0",
    "uuid": "^8.3.2",
    "winston": "^3.14.2",
    "xmlbuilder2": "^4.0.3"
  }
}
