@tuyapi/cli
Version:
🔧 A CLI for Tuya devices
66 lines (65 loc) • 1.38 kB
JSON
{
"name": "@tuyapi/cli",
"version": "1.18.3",
"description": "🔧 A CLI for Tuya devices",
"main": "cli.js",
"scripts": {
"test": "xo"
},
"bin": {
"tuya-cli": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TuyaAPI/cli.git"
},
"keywords": [
"tuya",
"cli",
"iot"
],
"author": "Max Isom <codetheweb@icloud.com> (https://maxisom.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TuyaAPI/cli/issues"
},
"homepage": "https://github.com/TuyaAPI/cli#readme",
"dependencies": {
"@tuya/tuya-connector-nodejs": "^2.0.2",
"@tuyapi/link": "^0.5.0",
"@tuyapi/stub": "^0.2.0",
"cli-table3": "^0.6.0",
"colors": "1.4.0",
"commander": "^5.1.0",
"configstore": "^5.0.1",
"debug": "^4.1.1",
"es-aggregate-error": "^1.0.3",
"finalhandler": "^1.1.2",
"http-mitm-proxy": "^0.8.2",
"inquirer": "^7.2.0",
"keypress": "^0.2.1",
"ora": "^4.0.4",
"promise.any": "^2.0.2",
"qrcode-terminal": "^0.12.0",
"serve-static": "^1.14.1",
"tuyapi": "^7.1.1",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"husky": "4.2.5",
"xo": "0.32.0"
},
"engines": {
"node": ">=10"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"xo": {
"rules": {
"camelcase": "off"
}
}
}