{
  "name": "codengine-whatsapp-service",
  "version": "1.0.0",
  "description": "WhatsApp notification service for codEngine",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "node --watch index.js"
  },
  "dependencies": {
    "whatsapp-web.js": "^1.34.7",
    "qrcode-terminal": "^0.12.0",
    "qrcode": "^1.5.4",
    "express": "^4.21.0",
    "cors": "^2.8.5"
  }
}
