@maxsaber/homebridge-govee
Version:
Homebridge plugin to integrate Govee devices into HomeKit.
58 lines (57 loc) • 1.48 kB
JSON
{
"name": "@maxsaber/homebridge-govee",
"alias": "Govee",
"type": "module",
"version": "10.12.3",
"description": "Homebridge plugin to integrate Govee devices into HomeKit.",
"author": "maxsaber <max@maxsaber.com>",
"license": "MIT",
"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": "^18.20.4 || ^20.18.0 || ^22.10.0"
},
"scripts": {
"lint": "eslint . --fix",
"rebuild": "rm -rf package-lock.json && rm -rf node_modules && npm install"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.3",
"aws-iot-device-sdk": "^2.2.15",
"axios": "^1.7.7",
"node-persist": "^4.0.3",
"node-rsa": "^1.1.1",
"p-queue": "^8.0.1",
"pem": "^1.14.8"
},
"optionalDependencies": {
"@abandonware/bluetooth-hci-socket": "0.5.3-12",
"@abandonware/noble": "1.9.2-25",
"govee-bt-client": "^1.0.15"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"eslint": "^9.13.0"
},
"directories": {
"lib": "lib"
}
}