forked from homebridge-plugins/homebridge-govee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.74 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@homebridge-plugins/homebridge-govee",
"alias": "Govee",
"type": "module",
"version": "11.15.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-beta.0",
"node": "^20 || ^22 || ^24"
},
"scripts": {
"lint": "eslint . --max-warnings=0",
"lint:fix": "npm run lint -- --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^2.2.0",
"aws-iot-device-sdk": "^2.2.16",
"axios": "^1.13.5",
"node-persist": "^4.0.4",
"node-rsa": "^1.1.1",
"p-queue": "^9.1.0",
"patch-package": "^8.0.1",
"pem": "^1.14.8"
},
"optionalDependencies": {
"@stoprocent/bluetooth-hci-socket": "^2.2.3",
"@stoprocent/noble": "^2.3.10"
},
"devDependencies": {
"@antfu/eslint-config": "^7.4.3"
}
}