UNPKG

homebridge-deconz

Version:
60 lines (59 loc) 1.34 kB
{ "name": "homebridge-deconz", "description": "Homebridge plugin for deCONZ", "displayName": "Homebridge deCONZ", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "1.2.1", "keywords": [ "homebridge-plugin", "homekit", "deconz", "phoscon", "raspbee", "conbee", "dresden-elektronik", "dresdenelektronik" ], "type": "module", "main": "index.js", "bin": { "deconz": "cli/deconz.js", "otau": "cli/otau.js", "ui": "cli/ui.js" }, "engines": { "deCONZ": "2.30.2", "homebridge": "^1.10.0||^2.0.0-beta", "node": "^22||^20" }, "dependencies": { "hb-deconz-tools": "~2.0.12", "homebridge-lib": "~7.1.6" }, "scripts": { "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-deconz.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-deconz/issues" }, "homepage": "https://github.com/ebaauw/homebridge-deconz#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }