-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
62 lines (62 loc) · 1.33 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
53
54
55
56
57
58
59
60
61
62
{
"displayName": "Sensibo for Homebridge",
"name": "homebridge-sensibo-ac",
"version": "2.5.1",
"description": "Homebridge plugin for Sensibo - Smart AC Control",
"license": "GNU",
"repository": {
"type": "git",
"url": "git://github.com/nitaybz/homebridge-sensibo-ac.git"
},
"keywords": [
"homebridge-plugin",
"homebridge-sensibo-ac",
"homebridge-sensibo",
"sensibo",
"sensibo-sky",
"sensibo-air",
"sensibo-airq",
"sensibo-air-plus",
"sensibo-ac",
"smart-ac",
"category-climate"
],
"bugs": {
"url": "https://github.com/nitaybz/homebridge-sensibo-ac/issues"
},
"engines": {
"node": ">=18.17.0",
"homebridge": "^1.7.0"
},
"dependencies": {
"axios": "^1.6.8",
"fakegato-history": "^0.6.4",
"node-persist": "^3.1.3"
},
"devDependencies": {
"@eslint/js": "^8.53.0",
"@stylistic/eslint-plugin": "^1.8.1",
"eslint": "^8.57.0",
"homebridge": "^1.8.1",
"nodemon": "^3.1.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"watch": "nodemon"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/nitaybz"
},
{
"type": "patreon",
"url": "https://www.patreon.com/nitaybz"
},
{
"type": "kofi",
"url": "https://ko-fi.com/nitaybz"
}
]
}