forked from seydx/homebridge-tado-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.53 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
63
64
65
66
{
"name": "homebridge-tado-platform",
"version": "6.0.14",
"description": "homebridge-tado-platform",
"main": "index.js",
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/seydx"
},
{
"type": "kofi",
"url": "https://ko-fi.com/seydx"
},
{
"type": "github",
"url": "https://github.com/sponsors/seydx"
}
],
"scripts": {
"lint": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeydX/homebridge-tado-platform.git"
},
"author": "SeydX (https://github.com/SeydX/homebridge-tado-platform)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-tado-platform/issues"
},
"homepage": "https://github.com/SeydX/homebridge-tado-platform#readme",
"keywords": [
"tado",
"thermostat",
"homebridge",
"homebridge-plugin",
"plugin",
"boiler",
"presence",
"heat"
],
"engines": {
"node": ">=12.18.3",
"homebridge": "^1.1.6"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"fakegato-history": "^0.6.1",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"moment": "^2.29.1",
"simple-oauth2": "^4.2.0"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/eslint-parser": "7.14.4",
"@babel/eslint-plugin": "7.13.16",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.0"
}
}