{
  "name": "server",
  "version": "1.0.0",
  "description": "estate backend",
  "license": "ISC",
  "author": "omekagu chukwuebuka",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@faker-js/faker": "^9.9.0",
    "apple-signin-auth": "^2.0.0",
    "axios": "^1.9.0",
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "google-auth-library": "^9.15.1",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.9.5",
    "multer": "^2.0.2",
    "nanoid": "^5.1.5",
    "nodemailer": "^6.10.0",
    "nodemon": "^3.1.7",
    "otp-generator": "^4.0.1",
    "socket.io": "^4.8.1",
    "stripe": "^18.5.0",
    "uuid": "^13.0.0"
  }
}
