Files
tuya-convert/scripts/smartconfig/package.json
Merlin Schumacher f443485a6a Initial Commit
2019-01-16 20:32:16 +01:00

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"
}
}