{
  "name": "hb-lib-tools",
  "description": "homebridge-lib Command-Line Tools`",
  "author": "Erik Baauw",
  "maintainers": [
    "ebaauw"
  ],
  "license": "Apache-2.0",
  "version": "3.0.3",
  "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": "24.15.0||^24||^22"
  },
  "dependencies": {
    "bonjour-hap": "^3.10.1",
    "chalk": "^5.6.2",
    "semver": "^7.7.4"
  },
  "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"
}
