UNPKG

homebridge-lg-airco

Version:

Homebridge plugin to control a Smart Thinq enabled LG airco unit. Makes use of WideQ => https://github.com/sampsyo/wideq

36 lines (35 loc) 946 B
{ "name": "homebridge-lg-airco", "version": "0.1.4", "description": "Homebridge plugin to control a Smart Thinq enabled LG airco unit. Makes use of WideQ => https://github.com/sampsyo/wideq", "main": "src/index.js", "scripts": { "compile": "node --max-old-space-size=1024 ./node_modules/typescript/lib/tsc.js", "homebridge": "tsc && homebridge -P . -U ./resources/test-config/", "test": "jest --config jest.config.js --collect-coverage" }, "keywords": [ "homebridge-plugin", "homebridge", "homekit", "lg", "airco", "hvac", "smartthinq" ], "engines": { "node": ">=10.17.0", "homebridge": ">=1.0.0" }, "author": "Kevin Van den Abeele", "license": "GNU GPLv3", "dependencies": {}, "devDependencies": { "typescript": "^3.8.3", "homebridge": "^1.0.4", "jest": "^24.9.0", "ts-jest": "^24.3.0", "@types/jest": "^25.2.1", "@types/node": "^13.13.5" } }