forked from TuyaAPI/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.24 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
58
59
{
"name": "@tuyapi/cli",
"version": "1.13.4",
"description": "🔧 A CLI for Tuya devices",
"main": "cli.js",
"scripts": {
"test": "xo"
},
"bin": {
"tuya-cli": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TuyaAPI/cli.git"
},
"keywords": [
"tuya",
"cli",
"iot"
],
"author": "Max Isom <codetheweb@icloud.com> (https://maxisom.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TuyaAPI/cli/issues"
},
"homepage": "https://github.com/TuyaAPI/cli#readme",
"dependencies": {
"@tuyapi/link": "^0.3.3",
"@tuyapi/openapi": "^1.2.0",
"@tuyapi/stub": "^0.1.4",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"commander": "^5.1.0",
"configstore": "^5.0.1",
"debug": "^4.1.1",
"finalhandler": "^1.1.2",
"http-mitm-proxy": "^0.8.2",
"inquirer": "^7.2.0",
"keypress": "^0.2.1",
"ora": "^4.0.4",
"promise.any": "^2.0.1",
"qrcode-terminal": "^0.12.0",
"serve-static": "^1.14.1",
"tuyapi": "^5.3.1",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"husky": "4.2.5",
"xo": "0.32.0"
},
"engines": {
"node": ">=10"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}