UNPKG

homebridge-lib

Version:
52 lines (51 loc) 1.07 kB
{ "name": "homebridge-lib", "description": "Library for homebridge plugins", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "8.1.3", "keywords": [ "homekit", "homebridge" ], "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./*": "./lib/*.js" }, "files": [ "index.js", "lib", "cli" ], "bin": { "hap": "cli/hap.js", "json": "cli/json.js", "sysinfo": "cli/sysinfo.js", "upnp": "cli/upnp.js" }, "engines": { "homebridge": "^2.1.1", "node": "24.18.0||^24||^22" }, "dependencies": { "@homebridge/plugin-ui-utils": "~2.2.5", "hb-lib-tools": "~3.0.8" }, "scripts": { "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json", "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-lib.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-lib/issues" }, "homepage": "https://github.com/ebaauw/homebridge-lib#readme" }