Files
buua436 aba5d172bd feat: add whatsapp web qr chat channel (#16238)
Adds a WhatsApp chat channel backed by a QR-based web login flow so users can connect without manual token setup.
2026-06-23 17:45:31 +08:00

13 lines
206 B
JSON

{
"name": "ragflow-whatsapp-gateway",
"private": true,
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"baileys": "7.0.0-rc13",
"qrcode": "^1.5.4"
}
}