add package

This commit is contained in:
2026-04-14 10:58:56 +00:00
parent 2b240ab961
commit f4b547b9b5

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "whatsapp-bridge",
"version": "1.0.0",
"description": "WhatsApp bridge for Home Assistant",
"main": "server.js",
"dependencies": {
"express": "^4.18.2",
"whatsapp-web.js": "^1.23.0",
"qrcode": "^1.5.3"
}
}