UNPKG

homebridge-mqtt-ceiling-fan-remote

Version:

A remote using http commands to control a hunter ceiling fan via a tasmotized sonoff rfbridge for homebridge written in Typescript

59 lines (58 loc) 1.64 kB
{ "name": "homebridge-mqtt-ceiling-fan-remote", "displayName": "MQTT Ceiling Fan Remote", "type": "module", "version": "2.0.1", "private": false, "description": "A remote using http commands to control a hunter ceiling fan via a tasmotized sonoff rfbridge for homebridge written in Typescript", "author": "Andrew S. Parnell", "license": "Apache-2.0", "homepage": "https://github.com/asp55/homebridge-mqtt-ceiling-fan-remote#readme", "repository": { "type": "git", "url": "git://github.com/asp55/homebridge-mqtt-ceiling-fan-remote.git" }, "bugs": { "url": "https://github.com/asp55/homebridge-mqtt-ceiling-fan-remote/issues" }, "keywords": [ "homebridge-plugin", "hunter", "ceiling", "fan", "remote", "mqtt", "tasmotized", "tasmota", "sonoff", "rfbridge" ], "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", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon" }, "dependencies": { "@homebridge/plugin-ui-utils": "^2.1.0", "homebridge-lib": "^7.1.4", "mqtt": "^5.13.2" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/node": "^22.13.5", "eslint": "^9.21.0", "homebridge": "^2.0.0-beta.0", "homebridge-config-ui-x": "^4.79.0", "nodemon": "^3.1.9", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.7.3", "typescript-eslint": "^8.24.1" } }