Files
ragflow/api/channels/whatsapp/gateway-node/package.json

13 lines
206 B
JSON
Raw Normal View History

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