homebridge-localtuya
Version:
Homebridge plugin for local control of Tuya devices
61 lines (60 loc) • 1.67 kB
JSON
{
"name": "homebridge-localtuya",
"displayName": "Local Tuya",
"type": "module",
"version": "0.0.2",
"private": false,
"description": "Homebridge plugin for local control of Tuya devices",
"author": {
"name": "xpl0r3the4byss",
"email": "brevig@fjoaempire.com",
"url": "https://github.com/xpl0r3the4byss"
},
"license": "Apache-2.0",
"homepage": "https://github.com/xpl0r3the4byss/homebridge-localtuya#readme",
"repository": {
"type": "git",
"url": "https://github.com/xpl0r3the4byss/homebridge-localtuya.git"
},
"bugs": {
"url": "https://github.com/xpl0r3the4byss/homebridge-localtuya/issues"
},
"keywords": [
"homebridge-plugin",
"tuya",
"smart home",
"fan",
"light",
"local control"
],
"main": "dist/index.js",
"engines": {
"node": "^18.20.4 || ^20.18.0 || ^22.10.0 || ^24.4.1",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon",
"version:beta": "npm version prerelease --preid=beta",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major"
},
"dependencies": {
"homebridge-lib": "^7.1.4",
"tuyapi": "^7.5.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.5",
"eslint": "^9.21.0",
"homebridge": "^2.0.0-beta.0",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
}
}