mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
Let's ```npm install``` stop complaining. Signed-off-by: Gérondal Thibault <contact@tycale.be>
22 lines
442 B
JSON
22 lines
442 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": "github:codetheweb/tuyapi"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TheAgentK/tuya-mqtt.git"
|
|
}
|
|
}
|