mirror of
https://github.com/ct-Open-Source/tuya-convert.git
synced 2026-03-04 15:44:11 +01:00
26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"name": "tuya-helper",
|
|
"version": "1.0.0",
|
|
"description": "Send Smartlink Packets to Devices",
|
|
"main": "smartconfig.js",
|
|
"keywords": [
|
|
"tuya",
|
|
"cli",
|
|
"iot"
|
|
],
|
|
"author": "Zimbo Boyd <zimbo.boyd@gmail.com> (https://vtrust.de)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/vtrust-de/smarthack",
|
|
"dependencies": {
|
|
"@tuyapi/link": "^0.2.0",
|
|
"debug": "^4.1.1",
|
|
"ora": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"xo": "^0.21.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
}
|