homebridge-syntex-tuya
Version:
A webhook plugin for Tuya devices
43 lines (42 loc) • 936 B
JSON
{
"name": "homebridge-syntex-tuya",
"version": "1.2.2",
"description": "A webhook plugin for Tuya devices",
"main": "index.js",
"author": "SynTexDZN",
"engines": {
"homebridge": ">=0.3.0",
"node": ">=9.11.2"
},
"dependencies": {
"homebridge-syntex-dynamic-platform": "1.0.8-b42"
},
"keywords": [
"syntex",
"syntex-tuya",
"homebridge-plugin",
"homebridge",
"plugin",
"http",
"tuya",
"homekit",
"smarthome",
"siri"
],
"homepage": "https://github.com/SynTexDZN/homebridge-syntex-tuya#readme",
"repository": {
"type": "git",
"url": "git://github.com/SynTexDZN/homebridge-syntex-tuya.git"
},
"bugs": {
"url": "https://github.com/SynTexDZN/homebridge-syntex-tuya/issues"
},
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.31.11"
}
}