-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
53 lines (53 loc) · 1.14 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
{
"name": "homebridge-webos-tv",
"displayName": "webOS TV",
"version": "2.4.6",
"description": "Homebridge plugin for LG webOS TVs",
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^18.20.4 || ^20.15.1 || ^22",
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
},
"keywords": [
"homebridge-plugin",
"webos2",
"webos3",
"webos4",
"webos5",
"webos6",
"webos22",
"webos23",
"lgtv",
"homebridge",
"webos",
"homekit"
],
"author": "merdok",
"funding": {
"type": "paypal",
"url": "https://paypal.me/merdokdev"
},
"license": "MIT",
"dependencies": {
"persist-path": "^1.0.2",
"websocket": "^1.0.32",
"mkdirp": "^1.0.4",
"tcp-ping": "^0.1.1",
"wake_on_lan": "^1.0.0",
"chalk": "^5.0.1",
"yargs": "^17.6.0",
"env-paths": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/merdok/homebridge-webos-tv.git"
},
"bugs": {
"url": "https://github.com/merdok/homebridge-webos-tv/issues"
},
"homepage": "https://github.com/merdok/homebridge-webos-tv#readme",
"bin": {
"webostv": "./cli/index.js"
}
}