forked from ayushsharma82/homebridge-tuya-local
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "homebridge-tuya-local-atng",
"version": "3.0.32",
"description": "🏠 Control Tuya Accessories Locally with Homebridge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tuya-lan": "./bin/cli.js",
"tuya-lan-find": "./bin/cli-find.js",
"tuya-lan-decode": "./bin/cli-decode.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atng/homebridge-tuya-local.git"
},
"author": "Rayan Khan (maintained by @atng)",
"license": "MIT",
"bugs": {
"url": "https://github.com/atng/homebridge-tuya-local/issues"
},
"homepage": "https://github.com/atng/homebridge-tuya-local#readme",
"dependencies": {
"async": "^3.1.0",
"commander": "^3.0.1",
"fs-extra": "^8.1.0",
"http-mitm-proxy": "^0.8.1",
"json5": "^2.1.0",
"qrcode": "^1.4.1",
"yaml": "^1.6.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"local",
"control",
"homebridge-tuya-local",
"tuya",
"lan"
],
"engines": {
"homebridge": ">=0.4.0",
"node": ">=8.6.0"
}
}