mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-16 17:54:36 +00:00
17 lines
316 B
JSON
17 lines
316 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": {
|
|
"mqtt": "^2.18.0",
|
|
"tuyapi": "github:codetheweb/tuyapi",
|
|
"yargs": "^11.0.0"
|
|
}
|
|
}
|