{
  "name": "homebridge-hue",
  "description": "Homebridge plugin for Philips Hue",
  "displayName": "Homebridge Hue",
  "author": "Erik Baauw",
  "maintainers": [
    "ebaauw"
  ],
  "license": "Apache-2.0",
  "version": "0.15.4",
  "keywords": [
    "homebridge-plugin",
    "homekit",
    "philips",
    "signify",
    "hue",
    "philipshue",
    "philips-hue"
  ],
  "type": "module",
  "main": "index.js",
  "bin": {
    "ph": "cli/ph.js"
  },
  "engines": {
    "BSB001": "1.16.0",
    "BSB002": "1.75.0",
    "BSB003": "1.75.0",
    "homebridge": "^1.11.1||^2.0.0-beta",
    "node": "24.14.0||^24||^22||^20"
  },
  "dependencies": {
    "fakegato-history": "~0.6.7",
    "hb-hue-tools": "~1.2.6",
    "homebridge-lib": "~7.3.2"
  },
  "scripts": {
    "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json",
    "test": "standard && echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ebaauw/homebridge-hue.git"
  },
  "bugs": {
    "url": "https://github.com/ebaauw/homebridge-hue/issues"
  },
  "homepage": "https://github.com/ebaauw/homebridge-hue#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/ebaauw"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.me/ebaauw/EUR"
    }
  ]
}
