{
  "name": "Mind body building-api",
  "version": "1.0.0",
  "description": "",
  "main": "src/app.js",
  "type": "module",
  "scripts": {
    "start": "nodemon src/run.js",
    "dev": "nodemon src/run.js",
    "eslint": "eslint . -c .js",
    "prettier-format": "prettier --loglevel error --write .",
    "prettier-check": "prettier --check .",
    "format:write": "prettier --write .",
    "lint:check": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "cross-env NODE_ENV=test jest --testTimeout=5000"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "colors": "^1.4.0",
    "compression": "^1.8.1",
    "cors": "^2.8.5",
    "dotenv": "^16.1.4",
    "express": "^4.18.2",
    "firebase": "^12.7.0",
    "firebase-admin": "^13.6.0",
    "http-errors": "^2.0.0",
    "joi": "^17.9.2",
    "jose": "^4.14.4",
    "jsonwebtoken": "^9.0.1",
    "moment": "^2.30.1",
    "mongoose": "^7.2.2",
    "mongoose-autopopulate": "^1.1.0",
    "morgan": "^1.10.0",
    "morgan-body": "^2.6.9",
    "multer": "^1.4.5-lts.1",
    "node-cron": "^4.2.1",
    "node-fetch": "^3.3.2",
    "nodemailer": "^6.9.3",
    "nodemon": "^2.0.22",
    "prettier": "^3.8.3",
    "stripe": "^20.1.0",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.1",
    "winston": "^3.15.0"
  }
}
