hb-lib-tools
Version:
homebridge-lib Command-Line Tools`
48 lines (47 loc) • 1 kB
JSON
{
"name": "hb-lib-tools",
"description": "homebridge-lib Command-Line Tools`",
"author": "Erik Baauw",
"maintainers": [
"ebaauw"
],
"license": "Apache-2.0",
"version": "2.2.6",
"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": {
"node": "22.16.0||^22||^20"
},
"dependencies": {
"bonjour-hap": "^3.9.0",
"chalk": "^5.4.1",
"semver": "^7.7.2"
},
"scripts": {
"prepare": "standard && mocha && rm -rf out && jsdoc -c jsdoc.json",
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebaauw/hb-lib-tools.git"
},
"bugs": {
"url": "https://github.com/ebaauw/hb-lib-tools/issues"
},
"homepage": "https://github.com/ebaauw/hb-lib-tools#readme"
}