mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-16 17:54:36 +00:00
26 lines
561 B
JSON
26 lines
561 B
JSON
{
|
|
"name": "tuya-mqtt",
|
|
"version": "2.0.2",
|
|
"description": "",
|
|
"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": "lulatsch22@googlemail.com"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.3",
|
|
"debug": "^4.1.1",
|
|
"mqtt": "^3.0.0",
|
|
"tuyapi": "^5.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
|
|
}
|
|
}
|