{
  "name": "hifymail",
  "version": "1.0.0",
  "description": "HifyMail full-stack email marketing and webmail SaaS",
  "main": "server/app.js",
  "scripts": {
    "start": "node server/app.js",
    "dev": "node server/app.js",
    "cron": "node server/cron/worker.js",
    "php-alt": "php -S localhost:8081 -t php-alt/public"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "chart.js": "^4.4.8",
    "csv-parse": "^5.6.0",
    "dotenv": "^16.6.1",
    "express": "^4.21.2",
    "express-async-errors": "^3.1.1",
    "express-mysql-session": "^3.0.3",
    "express-session": "^1.18.1",
    "helmet": "^8.0.0",
    "imapflow": "^1.0.180",
    "mailparser": "^3.7.2",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.12.0",
    "node-cron": "^4.2.1",
    "nodemailer": "^8.0.5",
    "pm2": "^6.0.14",
    "razorpay": "^2.9.5",
    "uuid": "^14.0.0"
  }
}
