{
  "name": "ai-cmo-backend",
  "version": "1.0.0",
  "description": "EduAtlas Backend API with MongoDB",
  "main": "src/index.js",
  "scripts": {
    "dev": "node src/index.js",
    "start": "node src/index.js",
    "lint": "eslint src --ext .js",
    "check:storage": "node src/scripts/checkStorageChokepoint.js",
    "storage:backfill": "node src/scripts/backfillStorageUsage.js",
    "test": "jest",
    "2fa:reset": "node src/scripts/resetTwoFactor.js",
    "email:sync": "node src/scripts/syncSystemEmailTemplates.js",
    "verify:security": "node src/scripts/verify/index.js",
    "test:storage": "jest src/services/__tests__/storageUsage.test.js src/services/__tests__/fileStore.test.js src/services/__tests__/storageIntegration.test.js src/models/plugins/__tests__/storageLink.test.js"
  },
  "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",
    "bwip-js": "^4.11.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",
    "google-auth-library": "^10.5.0",
    "googleapis": "^173.0.0",
    "helmet": "^7.1.0",
    "husky": "^8.0.3",
    "ioredis": "^5.3.2",
    "jsonwebtoken": "^9.0.2",
    "libphonenumber-js": "^1.13.11",
    "mongoose": "^8.0.3",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.9.16",
    "pagedjs": "^0.4.3",
    "pdf-parse": "^1.1.4",
    "pdfkit": "^0.19.0",
    "puppeteer": "^25.7.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",
    "swagger-jsdoc": "^6.3.0",
    "swagger-ui-express": "^5.0.1",
    "to-ico": "^1.1.5",
    "uuid": "^9.0.1",
    "ws": "^8.14.2"
  },
  "devDependencies": {
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "mongodb-memory-server": "^11.2.0",
    "supertest": "^6.3.4"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
