Files
tuya-mqtt/package.json
tsightler 8b532d9df1 v3.0.4
* Fix reconnect failure for some error cases
* Bump tuyapi version to latest
2021-01-27 13:46:55 -05:00

30 lines
707 B
JSON

{
"name": "tuya-mqtt",
"version": "3.0.4",
"description": "Control Tuya devices locally via MQTT",
"homepage": "https://github.com/TheAgentK/tuya-mqtt#readme",
"main": "tuya-mqtt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "TheAgentK",
"email": "lulattsch22@googlemail.com"
},
"license": "ISC",
"dependencies": {
"@tuyapi/cli": "^1.15.0",
"color-convert": "^2.0.1",
"debug": "^4.3.1",
"json5": "^2.1.3",
"mqtt": "^4.2.6",
"supports-color": "^8.1.0",
"tuyapi": "^6.1.4",
"mathjs": "8.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}