{
  "name": "ai-cmo-backend",
  "version": "1.0.0",
  "description": "Mengo Backend API with MongoDB",
  "main": "dist/index.js",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "lint": "eslint src --ext .ts",
    "test": "jest",
    "2fa:reset": "tsx src/scripts/resetTwoFactor.ts",
    "email:sync": "tsx src/scripts/syncSystemEmailTemplates.ts",
    "verify:security": "tsx src/scripts/verify/index.ts"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.104.2",
    "@aws-sdk/client-s3": "^3.665.0",
    "@getbrevo/brevo": "^6.0.2",
    "@mailchimp/mailchimp_marketing": "^3.0.80",
    "@types/archiver": "^8.0.0",
    "adm-zip": "^0.6.0",
    "archiver": "^8.0.0",
    "basic-ftp": "^5.0.5",
    "bcryptjs": "^2.4.3",
    "cloudinary": "^2.10.0",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "docx": "^9.7.1",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-validator": "^7.0.1",
    "googleapis": "^173.0.0",
    "helmet": "^7.1.0",
    "husky": "^8.0.3",
    "ioredis": "^5.3.2",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.0.3",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.9.16",
    "pdf-parse": "^1.1.4",
    "pdfkit": "^0.19.0",
    "qrcode": "^1.5.4",
    "rate-limiter-flexible": "^4.0.1",
    "razorpay": "^2.9.6",
    "readable-stream": "^4.7.0",
    "sharp": "^0.35.1",
    "ssh2-sftp-client": "^11.0.0",
    "stripe": "^22.2.0",
    "to-ico": "^1.1.5",
    "uuid": "^9.0.1",
    "ws": "^8.14.2"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/bcryptjs": "^2.4.6",
    "@types/compression": "^1.7.5",
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.11",
    "@types/jsonwebtoken": "^9.0.5",
    "@types/mailchimp__mailchimp_marketing": "^3.0.22",
    "@types/morgan": "^1.9.9",
    "@types/multer": "^1.4.11",
    "@types/node": "^20.10.4",
    "@types/nodemailer": "^6.4.17",
    "@types/pdf-parse": "^1.1.5",
    "@types/pdfkit": "^0.17.6",
    "@types/qrcode": "^1.5.6",
    "@types/supertest": "^6.0.3",
    "@types/uuid": "^9.0.7",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "supertest": "^6.3.4",
    "ts-jest": "^29.4.12",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
