-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
52 lines (52 loc) · 1.08 KB
/
package.json
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
{
"name": "homebridge-switcher-platform",
"description": "Homebridge plugin for Switcher Smart Accessories",
"version": "4.4.7",
"repository": {
"type": "git",
"url": "git://github.com/nitaybz/homebridge-switcher-platform.git"
},
"license": "MIT",
"preferGlobal": true,
"keywords": [
"homebridge-plugin",
"homebridge-switcher",
"homebridge-switcher-platform",
"switcher",
"water-heater",
"boiler"
],
"bugs": {
"url": "https://github.com/nitaybz/homebridge-switcher-platform/issues"
},
"engines": {
"node": ">=15.0.0",
"homebridge": ">=1.4.0"
},
"dependencies": {
"fakegato-history": "^0.6.3",
"switcher-js2": "^1.6.6"
},
"devDependencies": {
"eslint": "^8.18.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": ""
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/nitaybz"
},
{
"type": "patreon",
"url": "https://www.patreon.com/nitaybz"
},
{
"type": "kofi",
"url": "https://ko-fi.com/nitaybz"
}
]
}