UNPKG

hb-deconz-tools

Version:
53 lines (52 loc) 1.08 kB
{ "name": "hb-deconz-tools", "description": "Homebridge deCONZ Tools", "license": "Apache-2.0", "version": "2.0.13", "keywords": [ "deconz", "phoscon", "raspbee", "conbee", "dresden-elektronik", "dresdenelektronik" ], "type": "module", "exports": { "./*": "./lib/*.js" }, "bin": { "deconz": "cli/deconz.js", "otau": "cli/otau.js" }, "engines": { "node": "^22||^20" }, "dependencies": { "hb-lib-tools": "~2.2.6", "ws": "^8.18.2", "xml2js": "~0.6.2" }, "scripts": { "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json", "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/hb-deconz-tools.git" }, "bugs": { "url": "https://github.com/ebaauw/hb-deconz-tools/issues" }, "homepage": "https://github.com/ebaauw/hb-deconz-tools#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }