{
  "name": "node-mas",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon index.js",
    "deploy": "pm2 start index.js --name node-mas",
    "restart": "pm2 restart node-mas",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "node-mas"
  },
  "author": "Khalid Ansari",
  "license": "ISC",
  "dependencies": {
    "@faker-js/faker": "^7.6.0",
    "@paypal/paypal-server-sdk": "^0.5.1",
    "agenda": "^4.4.0",
    "agendash": "^3.1.0",
    "axios": "^1.7.3",
    "bcryptjs": "^3.0.3",
    "body-parser": "^1.20.3",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "dotenv": "^16.0.3",
    "ejs": "^3.1.8",
    "express": "^4.18.1",
    "express-async-handler": "^1.2.0",
    "html-to-text": "^8.2.1",
    "i18n": "^0.15.1",
    "jsonwebtoken": "^8.5.1",
    "juice": "^8.1.0",
    "moment": "^2.30.1",
    "mongodb": "^7.0.0",
    "mongoose": "^6.6.3",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.8.0",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "nodemon": "^3.1.11"
  }
}
