Files

12 lines
266 B
JSON

{
"name": "whatsapp-bridge",
"version": "1.3.2",
"description": "WhatsApp bridge for Home Assistant",
"main": "server.js",
"dependencies": {
"express": "^4.18.2",
"whatsapp-web.js": "^1.23.0",
"qrcode": "^1.5.3",
"fs-extra": "^11.1.1"
}
}