feat(gateway): add self-hosted WhatsApp bridge service

This commit is contained in:
Anish Sarkar 2026-05-29 10:20:07 +05:30
parent 63f9fe61b5
commit 76a594ac60
4 changed files with 2443 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"name": "surfsense-whatsapp-bridge",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node bridge.js"
},
"dependencies": {
"@hapi/boom": "latest",
"@whiskeysockets/baileys": "latest",
"express": "latest",
"pino": "latest",
"qrcode-terminal": "latest"
}
}