-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
57 lines (57 loc) · 1.26 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
{
"displayName": "Denon TV",
"name": "homebridge-denon-tv",
"version": "5.1.26",
"description": "Homebridge plugin to control Denon/Marantz AV Receivers.",
"license": "MIT",
"author": "grzegorz914",
"maintainers": [
"grzegorz914"
],
"homepage": "https://github.com/grzegorz914/homebridge-denon-tv#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/grzegorz914/homebridge-denon-tv.git"
},
"bugs": {
"url": "https://github.com/grzegorz914/homebridge-denon-tv/issues"
},
"main": "index.js",
"files": [
"src",
"index.js",
"config.schema.json",
"package.json",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
},
"dependencies": {
"async-mqtt": "^2.6.3",
"axios": "^1.7.7",
"fast-xml-parser": "^4.5.0",
"express": "^4.21.1"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"denon",
"marantz",
"heos",
"mqtt",
"restful"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/grzegorz914"
},
"contributors": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}