{
  "name": "cimeza-api",
  "version": "1.0.0",
  "description": "Cimeza backend api ",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "server": "node server.js",
    "heroku-postbuild": "npm install --legacy-peer-deps"
  },
  "author": "Brian nyachae",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.2",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.20.2",
    "cloudinary": "^1.41.3",
    "colors": "^1.4.0",
    "cors": "^2.8.5",
    "dotenv": "^15.0.1",
    "express": "^4.19.2",
    "express-async-handler": "^1.2.0",
    "jsonwebtoken": "^9.0.2",
    "mongodb": "^7.2.0",
    "mongoose": "^8.0.0",
    "multer": "^1.4.5-lts.1",
    "multer-storage-cloudinary": "^4.0.0",
    "ngrok": "^5.0.0-beta.2",
    "request": "^2.88.2"
  },
  "devDependencies": {
    "concurrently": "^7.0.0",
    "nodemon": "^2.0.15"
  },
  "engines": {
    "node": "20.x"
  }
}
