mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 00:10:20 +00:00
22 lines
448 B
JSON
22 lines
448 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",
|
|
"cron": "^1.5.1",
|
|
"crypto": "^1.0.1",
|
|
"debug": "^3.2.6",
|
|
"mqtt": "^2.18.8",
|
|
"supports-color": "^5.5.0",
|
|
"tuyapi": "github:codetheweb/tuyapi",
|
|
"yargs": "^11.1.0"
|
|
}
|
|
}
|