UNPKG

@homebridge-plugins/homebridge-govee

Version:

Homebridge plugin to integrate Govee devices into HomeKit.

74 lines (73 loc) 1.72 kB
{ "name": "@homebridge-plugins/homebridge-govee", "alias": "Govee", "type": "module", "version": "11.3.1", "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-beta.0", "node": "^20 || ^22 || ^24" }, "scripts": { "lint": "eslint . --max-warnings=0", "lint:fix": "npm run lint -- --fix" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.1.0", "aws-iot-device-sdk": "^2.2.15", "axios": "^1.10.0", "node-persist": "^4.0.4", "node-rsa": "^1.1.1", "p-queue": "^8.1.0", "pem": "^1.14.8" }, "optionalDependencies": { "@stoprocent/bluetooth-hci-socket": "^1.5.2", "@stoprocent/noble": "^1.19.1" }, "devDependencies": { "@antfu/eslint-config": "^4.16.2" } }