{
  "name": "backend",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "archiver": "^7.0.1",
    "bcrypt": "^6.0.0",
    "bcryptjs": "^3.0.3",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "csv-parser": "^3.2.0",
    "date-fns": "^4.1.0",
    "dotenv": "^17.4.0",
    "events": "^3.3.0",
    "express": "^4.18.2",
    "express-jwt": "^8.4.1",
    "fast-csv": "^4.3.6",
    "json2csv": "^6.0.0-alpha.2",
    "jsonwebtoken": "^9.0.0",
    "moment": "^2.29.4",
    "mongoose": "^7.2.2",
    "multer": "^1.4.5-lts.1",
    "node-cron": "^4.2.1",
    "node-fetch": "^2.7.0",
    "node-pushnotifications": "^2.1.0",
    "nodemailer": "^7.0.5",
    "nodemon": "^3.1.0",
    "rimraf": "^6.1.3",
    "sharp": "^0.34.5",
    "slugify": "^1.6.6",
    "socket.io": "^4.8.1",
    "ua-parser-js": "^2.0.4",
    "uuid": "^9.0.0",
    "web-push": "^3.6.7"
  }
}
