forked from tuya/tuya-homebridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "homebridge-tuya-platform-geyserwise",
"version": "1.5.11-beta1",
"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": "Chris",
"license": "MIT",
"homepage": "https://github.com/K1LL3R234/tuya-homebridge-Geyserwise",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"@clubedaentrega/cipher": "^1.0.0",
"aes-decrypter": "^3.1.2",
"axios": "^0.21.4",
"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"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/K1LL3R234/tuya-homebridge-Geyserwise.git"
},
"bugs": {
"url": "https://github.com/K1LL3R234/tuya-homebridge-Geyserwise/issues"
}
}