-
Notifications
You must be signed in to change notification settings - Fork 165
/
package.json
45 lines (43 loc) · 1.01 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
{
"name": "homebridge-tuya",
"version": "3.1.1",
"description": "🏠 Offical Homebridge plugin for TuyAPI ",
"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/iRayanKhan/homebridge-tuya.git"
},
"author": "Rayan Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/iRayanKhan/homebridge-tuya/issues"
},
"homepage": "https://github.com/iRayanKhan/homebridge-tuya#readme",
"dependencies": {
"async": "^3.2.2",
"commander": "^3.0.1",
"fs-extra": "^8.1.0",
"http-mitm-proxy": "^1.1.0",
"json5": "^2.2.0",
"qrcode": "^1.4.1",
"yaml": "^1.6.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homebridge-tuya",
"tuya"
],
"engines": {
"homebridge": ">=0.4.0",
"node": ">=8.6.0"
}
}