{
  "name": "mailling-list",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "start": "node index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.7.2",
    "body-parser": "^1.20.2",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.18.2",
    "express-flash": "^0.0.2",
    "express-rate-limit": "^7.1.4",
    "express-session": "^1.17.3",
    "hcaptcha": "^0.2.0",
    "http-status-codes": "^2.3.0",
    "mongodb": "^6.2.0",
    "mongoose": "^8.0.0",
    "mysql2": "^3.10.2",
    "node-cron": "^3.0.3",
    "nodemailer": "^6.9.14"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "mysql": "^2.18.1",
    "sinon": "^18.0.0",
    "supertest": "^7.0.0"
  }
}
