mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
I kept running into problems with the version of tuyapi set to the original value and kept exiting with exit code 99. When I updated the version to the latest version in github for tuyapi all issues were resolved.
22 lines
424 B
JSON
22 lines
424 B
JSON
{
|
|
"name": "tuya-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "tuya.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.3",
|
|
"debug": "^3.2.6",
|
|
"mqtt": "^2.18.8",
|
|
"tuyapi": "^3.2.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
|
|
}
|
|
}
|