{
  "name": "backend",
  "version": "1.0.0",
  "description": "",
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "dev": "nodemon src/server.js",
    "start": "node dist/server.js",
    "build": "node scripts/build.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "check-zoom": "node check-zoom-credentials.js",
    "check-smtp": "node check-smtp-credentials.js",
    "copy-zoom-credentials": "node copy-zoom-credentials.js"
  },
  "dependencies": {
    "axios": "^1.13.2",
    "body-parser": "^2.2.0",
    "cloudinary": "^2.8.0",
    "cors": "^2.8.5",
    "dotenv": "^16.6.1",
    "express": "^5.1.0",
    "mongodb": "^6.20.0",
    "mongoose": "^8.19.3",
    "multer": "^2.0.2",
    "nodemailer": "^7.0.10",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "nodemon": "^3.1.10"
  }
}
