16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "whatsapp-bridge",
|
|
"version": "1.4.0",
|
|
"description": "WhatsApp bridge for Home Assistant",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"whatsapp-web.js": "1.34.7",
|
|
"qrcode": "^1.5.3",
|
|
"fs-extra": "^11.3.1"
|
|
},
|
|
"scripts": {
|
|
"check": "node --check server.js"
|
|
}
|
|
}
|