homebridge-create-ceiling-fan-enhanced
Version:
Enhanced CREATE Ceiling Fan plugin with beep control for Homebridge
51 lines • 1.47 kB
JSON
{
"name": "homebridge-create-ceiling-fan-enhanced",
"displayName": "Homebridge Create Ceiling Fan Enhanced",
"version": "1.1.0",
"private": false,
"description": "Enhanced CREATE Ceiling Fan plugin with beep control for Homebridge",
"author": "Felix MIL",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/felixmil/homebridge-create-fan-enhanced.git"
},
"bugs": {
"url": "https://github.com/felixmil/homebridge-create-fan-enhanced/issues"
},
"keywords": [
"homebridge-plugin",
"ceiling-fan",
"tuya",
"create",
"beep-control"
],
"main": "dist/index.js",
"engines": {
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"deploy": "npm run build && npm version patch && npm publish",
"deploy:beta": "npm run build && npm version prepatch --preid beta && npm publish --tag=beta"
},
"dependencies": {
"tuyapi": "7.7.0",
"homebridge-lib": "7.1.3"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.10",
"eslint": "9.19.0",
"homebridge": "2.0.0-beta.27",
"nodemon": "3.1.9",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.21.0"
}
}