{
  "name": "prayer-time-backend",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "start": "nodemon app.js",
    "dev:sandbox": "SANDBOX_MODE=true NODE_ENV=development nodemon app.js",
    "test": "SANDBOX_MODE=true jest --runInBand",
    "test:watch": "SANDBOX_MODE=true jest --runInBand --watch",
    "seed:admin": "node scripts/seed-admin.js"
  },
  "author": "Hazrat Bilal",
  "license": "ISC",
  "dependencies": {
    "@rapideditor/country-coder": "^5.6.1",
    "adhan": "^4.4.6",
    "axios": "^1.7.9",
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "dotenv": "^16.0.3",
    "express": "^4.18.3",
    "express-rate-limit": "^7.4.1",
    "firebase-admin": "^13.0.1",
    "geo-tz": "^8.1.8",
    "handlebars": "^4.7.8",
    "jose": "^5.9.6",
    "jsonwebtoken": "^9.0.2",
    "moment-hijri": "^3.0.0",
    "moment-timezone": "^0.5.46",
    "mongoose": "^6.8.1",
    "multer": "^2.0.2",
    "nodemailer": "^6.9.16",
    "nodemon": "^3.1.0",
    "sharp": "^0.33.5",
    "string-similarity": "^4.0.4"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "supertest": "^7.0.0"
  }
}
