{
  "name": "whatsapp-gateway",
  "version": "1.0.0",
  "description": "Self-hosted WhatsApp Gateway with multi-number support and chatbot capabilities",
  "main": "src/server.js",
  "scripts": {
    "start": "node src/server.js",
    "dev": "node src/server.js"
  },
  "keywords": ["whatsapp", "gateway", "chatbot", "customer-service"],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2",
    "whatsapp-web.js": "^1.23.0",
    "qrcode": "^1.5.3",
    "qrcode-terminal": "^0.12.0",
    "pg": "^8.11.3",
    "pg-hstore": "^2.3.4",
    "sequelize": "^6.35.1",
    "socket.io": "^4.6.1",
    "dotenv": "^16.3.1",
    "axios": "^1.6.2",
    "body-parser": "^1.20.2",
    "cors": "^2.8.5",
    "express-session": "^1.17.3",
    "bcrypt": "^5.1.1",
    "uuid": "^9.0.1"
  }
}
