{
  "name": "@homebridge-plugins/homebridge-govee",
  "alias": "Govee",
  "type": "module",
  "version": "11.24.0",
  "description": "Homebridge plugin to integrate Govee devices into HomeKit.",
  "author": {
    "name": "bwp91",
    "email": "bwp91@icloud.com"
  },
  "license": "MIT",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/bwp91"
    },
    {
      "type": "kofi",
      "url": "https://ko-fi.com/bwp91"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/bwp91"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.me/BenPotter"
    }
  ],
  "homepage": "https://github.com/homebridge-plugins/homebridge-govee",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/homebridge-plugins/homebridge-govee.git"
  },
  "bugs": {
    "url": "https://github.com/homebridge-plugins/homebridge-govee/issues"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "homebridge-govee",
    "hoobs",
    "hoobs-plugin",
    "homekit",
    "siri",
    "govee"
  ],
  "main": "lib/index.js",
  "engines": {
    "homebridge": "^1.6.0 || ^2.0.0",
    "node": "^22.12.0 || ^24.0.0"
  },
  "scripts": {
    "lint": "eslint . --max-warnings=0",
    "lint:fix": "npm run lint -- --fix",
    "postinstall": "patch-package"
  },
  "dependencies": {
    "@homebridge/plugin-ui-utils": "^2.2.4",
    "aws-iot-device-sdk": "^2.2.16",
    "axios": "^1.16.1",
    "mqtt": "^5.12.1",
    "node-persist": "^4.0.4",
    "node-rsa": "^2.0.0",
    "p-queue": "^9.3.0",
    "patch-package": "^8.0.1",
    "pem": "^1.14.8"
  },
  "optionalDependencies": {
    "@stoprocent/bluetooth-hci-socket": "^2.2.6",
    "@stoprocent/noble": "^2.5.3"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.0.0"
  }
}
