mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 23:41:12 +08:00
Adds a WhatsApp chat channel backed by a QR-based web login flow so users can connect without manual token setup.
13 lines
206 B
JSON
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"
|
|
}
|
|
}
|