forked from talrhv/tuya-homebridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 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
33
34
35
36
{
"name": "homebridge-tuya-platform-talrhvfork",
"version": "1.5.7",
"description": "Official Homebridge plugin for Tuya Open API - talrhv fork, maintained by talrhv.",
"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/talrhv/tuya-homebridge",
"engines": {
"node": ">=14.0.0",
"homebridge": ">=1.0.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"
},
"funding": {
"type" : "paypal",
"url" : "https://www.paypal.me/talrhv"
}
}