forked from tuya/tuya-homebridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 833 Bytes
/
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
{
"name": "homebridge-tuya-platform",
"version": "1.5.0",
"description": "Official Homebridge plugin for Tuya Open API, maintained by the Tuya Developer Team.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": " homebridge -D -U ./config/ -P ./"
},
"keywords": [
"homebridge-plugin"
],
"author": "huhuan",
"license": "MIT",
"homepage": "https://github.com/tuya/tuya-homebridge",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"@clubedaentrega/cipher": "^1.0.0",
"aes-decrypter": "^3.1.2",
"axios": "^0.21.1",
"chai": "^4.3.4",
"crypto-js": "^4.0.0",
"js-base64": "^3.6.1",
"mqtt": "^4.2.6",
"string-cipher": "^1.0.8",
"text-encoding": "^0.7.0",
"uuid": "^8.3.2"
}
}