mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-16 17:54:36 +00:00
30 lines
705 B
JSON
30 lines
705 B
JSON
{
|
|
"name": "tuya-mqtt",
|
|
"version": "3.1.4",
|
|
"description": "Control Tuya devices locally via MQTT",
|
|
"homepage": "https://github.com/lehanspb/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": "^7.5.1",
|
|
"mathjs": "8.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lehanspb/tuya-mqtt.git"
|
|
}
|
|
}
|