| 1 | { |
| 2 | "name": "a0-whatsapp-bridge", |
| 3 | "version": "1.0.0", |
| 4 | "description": "WhatsApp bridge for Agent Zero using Baileys", |
| 5 | "private": true, |
| 6 | "type": "module", |
| 7 | "scripts": { |
| 8 | "start": "node bridge.js" |
| 9 | }, |
| 10 | "dependencies": { |
| 11 | "@whiskeysockets/baileys": "7.0.0-rc.9", |
| 12 | "express": "^4.21.0", |
| 13 | "qrcode-terminal": "^0.12.0", |
| 14 | "qrcode": "^1.5.0", |
| 15 | "pino": "^9.0.0" |
| 16 | } |
| 17 | } |