forked from TheAgentK/tuya-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "@mbronk/tuya-mqtt",
"version": "3.0.4-mod.mbronk2",
"description": "Control Tuya devices locally via MQTT (forked)",
"homepage": "https://github.com/mbronk/tuya-mqtt#readme",
"main": "tuya-mqtt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js --ignore-pattern node_modules/",
"start": "node tuya-mqtt.js",
"startVerbose": "DEBUG=tuya-mqtt:* node tuya-mqtt.js"
},
"author": {
"name": "mbronk",
"email": "[email protected]"
},
"contributors": [
{
"name": "TheAgentK",
"email": "[email protected]"
},
{
"name": "tsightler",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"@tuyapi/cli": "^1.18.3",
"color-convert": "^2.0.1",
"debug": "^4.3.3",
"json5": "^2.2.0",
"mathjs": "10.1.1",
"mqtt": "^4.3.4",
"supports-color": "^9.2.1",
"tuyapi": "^7.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/mbronk/tuya-mqtt.git"
},
"devDependencies": {
"eslint": "^8.8.0"
},
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
}
}