Files
flash-call-otp/whatsapp-gateway/package.json
2026-06-24 15:32:02 +03:00

22 lines
491 B
JSON

{
"name": "nabeh-whatsapp-gateway",
"version": "1.0.0",
"description": "WhatsApp Baileys microservice for Nabeh",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.0",
"whatsapp-web.js": "^1.26.0",
"puppeteer": "^21.0.0",
"qrcode": "^1.5.3",
"axios": "^1.7.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"node-cache": "^5.1.2",
"pino": "^9.2.0"
}
}