UNPKG

matterbridge-zigbee2mqtt

Version:
75 lines (74 loc) 1.6 kB
{ "name": "matterbridge-zigbee2mqtt", "version": "3.0.11", "description": "Matterbridge zigbee2mqtt plugin", "author": "https://github.com/Luligu", "license": "Apache-2.0", "type": "module", "main": "dist/module.js", "types": "dist/module.d.ts", "exports": { ".": { "import": "./dist/module.js", "types": "./dist/module.d.ts" } }, "homepage": "https://www.npmjs.com/package/matterbridge-zigbee2mqtt", "repository": { "type": "git", "url": "git+https://github.com/Luligu/matterbridge-zigbee2mqtt.git" }, "bugs": { "url": "https://github.com/Luligu/matterbridge-zigbee2mqtt/issues" }, "funding": { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/luligugithub" }, "keywords": [ "matterbridge", "homebridge", "homekit", "hap", "bridge", "matter", "matter.js", "matter-node.js", "matterprotocol", "google-home", "alexa", "homeassistant", "iot", "smarthome", "connectedthings", "zigbee", "zigbee2mqtt", "childbridge", "plugin", "frontend", "siri", "hass", "hassio", "smartthings", "ewelink", "gladysassistant" ], "engines": { "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0" }, "files": [ "bin", "dist", "screenshots", "npm-shrinkwrap.json", "CHANGELOG.md", "*.config.json", "*.schema.json" ], "dependencies": { "moment": "2.30.1", "mqtt": "5.15.1", "node-ansi-logger": "3.2.1", "node-persist-manager": "2.0.2" } }