{
  "name": "backend",
  "version": "1.0.0",
  "description": "HackerBro backend",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "build": "npm install && cd client && npm install && npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bcrypt": "^5.0.1",
    "cloudinary": "^1.36.2",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "datauri": "^4.1.0",
    "dompurify": "^2.3.10",
    "dotenv": "^16.0.1",
    "express": "^4.18.1",
    "jsdom": "^20.0.0",
    "jsonwebtoken": "^8.5.1",
    "mongoose": "^6.4.6",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.7.7",
    "nodemon": "^2.0.19",
    "qrcode": "^1.5.1",
    "speakeasy": "^2.0.0",
    "string-strip-html": "^6.0.0"
  },
  "engines": {
    "node": "18.20.8"
  }
}
