UNPKG

hb-hue-tools

Version:
55 lines (54 loc) 1.03 kB
{ "name": "hb-hue-tools", "description": "Homebridge Hue Tools", "license": "Apache-2.0", "version": "1.3.0", "keywords": [ "philips", "signify", "hue", "philipshue", "philips-hue" ], "type": "module", "exports": { "./*": "./lib/*.js" }, "files": [ "index.js", "lib", "cli" ], "bin": { "ph": "cli/ph.js" }, "engines": { "node": "^24||^22" }, "dependencies": { "hb-lib-tools": "~3.0.5", "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-hue-Tools.git" }, "bugs": { "url": "https://github.com/ebaauw/hb-hue-tools/issues" }, "homepage": "https://github.com/ebaauw/hb-hue-tools#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }