UNPKG

hb-deconz-tools

Version:
58 lines (57 loc) 1.14 kB
{ "name": "hb-deconz-tools", "description": "Homebridge deCONZ Tools", "license": "Apache-2.0", "version": "3.0.5", "keywords": [ "deconz", "phoscon", "raspbee", "conbee", "dresden-elektronik", "dresdenelektronik" ], "type": "module", "exports": { "./*": "./lib/*.js" }, "files": [ "index.js", "lib", "cli" ], "bin": { "deconz": "cli/deconz.js", "otau": "cli/otau.js" }, "engines": { "node": "^24||^22" }, "dependencies": { "hb-lib-tools": "~3.0.8", "ws": "^8.21.0", "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" } ] }