{
  "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.1117.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.3.1",
    "bcryptjs": "^2.4.3",
    "cloudinary": "^2.10.1",
    "compression": "^1.8.1",
    "cors": "^2.8.5",
    "docx": "^9.7.1",
    "dotenv": "^16.6.1",
    "express": "^4.22.2",
    "express-validator": "^7.3.2",
    "googleapis": "^173.0.0",
    "helmet": "^7.1.0",
    "husky": "^8.0.3",
    "ioredis": "^5.11.1",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.24.4",
    "morgan": "^1.11.0",
    "multer": "^1.4.5-lts.2",
    "nodemailer": "^6.9.16",
    "pdf-parse": "^1.1.4",
    "pdfkit": "^0.19.1",
    "qrcode": "^1.5.4",
    "rate-limiter-flexible": "^4.0.1",
    "razorpay": "^2.9.8",
    "readable-stream": "^4.7.0",
    "sharp": "^0.35.1",
    "ssh2-sftp-client": "^11.0.0",
    "stripe": "^22.5.0",
    "to-ico": "^1.1.5",
    "uuid": "^9.0.1",
    "ws": "^8.21.3"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/bcryptjs": "^2.4.6",
    "@types/compression": "^1.8.1",
    "@types/cors": "^2.8.19",
    "@types/express": "^4.17.25",
    "@types/jest": "^29.5.11",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/mailchimp__mailchimp_marketing": "^3.0.22",
    "@types/morgan": "^1.9.10",
    "@types/multer": "^1.4.13",
    "@types/node": "^20.19.43",
    "@types/nodemailer": "^6.4.24",
    "@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.8",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^6.21.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.23.12",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
