-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
68 lines (68 loc) · 1.64 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
67
68
{
"name": "homebridge-fritz-platform",
"version": "6.0.20",
"description": "Homebridge Plugin to control FritzBox router, smarthome devices and more.",
"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-fritz-platform.git"
},
"author": "SeydX (https://github.com/SeydX/homebridge-fritz-platform)",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeydX/homebridge-fritz-platform/issues"
},
"homepage": "https://github.com/SeydX/homebridge-fritz-platform#readme",
"keywords": [
"fritz",
"fritzbox",
"homebridge",
"homebridge-plugin",
"plugin",
"presence",
"dect",
"smarthome",
"tr064",
"avm",
"callmonitor"
],
"engines": {
"node": ">=14.17.0",
"homebridge": "^1.3.0"
},
"dependencies": {
"@seydx/fritzbox": "^2.3.1",
"fakegato-history": "0.6.2",
"form-data": "^4.0.0",
"fs-extra": "10.0.0",
"moment": "^2.29.1",
"ping": "0.4.1"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.7",
"@babel/eslint-plugin": "7.14.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}