forked from tavicu/homebridge-samsung-tizen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "homebridge-samsung-tizen",
"displayName": "Homebridge Samsung Tizen",
"version": "5.2.7",
"description": "Homebridge plugin for Samsung TV's with Tizen OS",
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tavicu/homebridge-samsung-tizen.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"samsung",
"remote",
"tizen"
],
"author": "Octavian Ruda",
"license": "MIT",
"homepage": "https://tavicu.github.io/homebridge-samsung-tizen/",
"bugs": {
"url": "https://github.com/tavicu/homebridge-samsung-tizen/issues"
},
"engines": {
"node": ">=12.13.0",
"homebridge": ">=1.3.0"
},
"dependencies": {
"deepmerge": "^4.2.2",
"fs-extra": "^10.1.0",
"is-port-reachable": "^3.1.0",
"node-fetch": "^2.6.7",
"timeout-signal": "^1.1.0",
"wakeonlan": "^0.1.0",
"ws": "^8.11.0"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/donate?hosted_button_id=5QLCDRNH77Z9L"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/tavicu"
}
]
}