homebridge-lg-thinq-ceiling-fan
Version:
A Homebridge plugin for controlling LG ceiling fans via the LG ThinQ platform with working speed control
61 lines (60 loc) • 1.61 kB
JSON
{
"displayName": "Homebridge LG ThinQ Ceiling Fan",
"name": "homebridge-lg-thinq-ceiling-fan",
"version": "1.2.0",
"description": "A Homebridge plugin for controlling LG ceiling fans via the LG ThinQ platform with working speed control",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/orkank/homebridge-lg-thinq-ceiling-fan.git"
},
"bugs": {
"url": "https://github.com/orkank/homebridge-lg-thinq-ceiling-fan/issues"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5",
"homebridge-ui": ">=1.0.0"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"lg",
"thinq",
"ceiling-fan",
"smart-home",
"homekit",
"ceiling-fan-control",
"4-speed",
"discrete-speed"
],
"devDependencies": {
"@types/luxon": "^3.6.2",
"@types/node": "^16.18.23",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"homebridge": "^1.6.0",
"nodemon": "^2.0.22",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.7.2"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^1.0.3",
"axios": "^1.4.0",
"luxon": "^3.6.1",
"mqtt": "^4.3.7",
"uuid": "^9.0.0"
},
"homebridge-ui": {
"server": "./homebridge-ui/server.js"
}
}