-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.43 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
{
"name": "homebridge-mercedesme",
"version": "2.1.2",
"description": "homebridge-mercedesme",
"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-mercedesme.git"
},
"author": "SeydX (https://github.com/SeydX/homebridge-mercedesme)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-mercedesme/issues"
},
"homepage": "https://github.com/SeydX/homebridge-mercedesme#readme",
"keywords": [
"mercedes",
"mercedesme",
"homebridge",
"homebridge-plugin",
"smarthome",
"car",
"byocar",
"eqc"
],
"engines": {
"node": ">=12.18.3",
"homebridge": "^1.1.6"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^0.21.1",
"fs-extra": "^10.0.0",
"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"
}
}