Files
tuya-mqtt/package.json
tsightler aa80270ba2 Update 3.0.1 (#61)
* Script to merge device additions and changes into devices.conf (#49)
* Add republish on reconnect
* Filter additional invalid characters '+','#','/' from topic line (replace with '_')
* Minor bugfixes for parse values
* Include script for merging new devices into existing config
* Update dependency

Co-authored-by: tsightler <tsightler@gmail.com>
Co-authored-by: Doug Krahmer <doug.git@remhark.com>
2020-12-23 20:22:09 -05:00

30 lines
707 B
JSON

{
"name": "tuya-mqtt",
"version": "3.0.1",
"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.13.4",
"color-convert": "^2.0.1",
"debug": "^4.1.1",
"json5": "^2.1.3",
"mqtt": "^4.2.1",
"supports-color": "^7.2.0",
"tuyapi": "^6.0.1",
"mathjs": "7.5.1"
},
"repository": {
"type": "git",
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
}
}