UNPKG

matterbridge-hass

Version:
54 lines (53 loc) 1.18 kB
{ "name": "matterbridge-hass", "version": "0.2.1", "description": "Matterbridge hass plugin", "author": "https://github.com/Luligu", "license": "Apache-2.0", "homepage": "https://www.npmjs.com/package/matterbridge-hass", "type": "module", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/Luligu/matterbridge-hass.git" }, "bugs": { "url": "https://github.com/Luligu/matterbridge-hass/issues" }, "funding": { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/luligugithub" }, "keywords": [ "matterbridge", "homebridge", "bridge", "plugin", "frontend", "matterbridge", "matter.js", "matter-node.js", "matter", "matterprotocol", "iot", "smarthome", "connectedthings", "hap", "homekit", "siri", "google-home", "alexa", "homeassistant", "hass", "smartthings", "ewelink" ], "engines": { "node": ">=18.0.0 <19.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0" }, "dependencies": { "node-ansi-logger": "3.1.1", "node-persist-manager": "2.0.0", "ws": "8.18.3" } }