forked from JohanBendz/com.tuya.zigbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 902 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
37
38
39
{
"name": "com.tuya.zigbee",
"version": "0.2.73",
"description": "Adds support for Tuya Zigbee devices to Homey",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"start": "node app.js"
},
"keywords": [
"Tuya",
"Zigbee"
],
"author": "Johan Bendz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JohanBendz/com.tuya.zigbee.git"
},
"bugs": {
"url": "https://github.com/JohanBendz/com.tuya.zigbee/issues"
},
"homepage": "https://bortbytt.se/2022/02/03/tuya-zigbee/",
"engines": {
"node": ">=12"
},
"contributors": [
"Johan Bendz <[email protected]>"
],
"funding": {
"type": "paypal",
"url": "https://www.paypal.me/johanbendz"
},
"dependencies": {
"homey-zigbeedriver": "^2.1.4",
"zigbee-clusters": "^2.4.1"
}
}