UNPKG

homebridge-lgwebos-tv

Version:
56 lines 1.21 kB
{ "displayName": "LG webOS TV", "name": "homebridge-lgwebos-tv", "version": "3.8.11", "description": "Homebridge plugin to control LG webOS TV.", "license": "MIT", "author": "grzegorz914", "maintainers": [ "grzegorz914" ], "homepage": "https://github.com/grzegorz914/homebridge-lgwebos-tv#readme", "repository": { "type": "git", "url": "git+https://github.com/grzegorz914/homebridge-lgwebos-tv.git" }, "bugs": { "url": "https://github.com/grzegorz914/homebridge-lgwebos-tv/issues" }, "type": "module", "exports": { ".": "./index.js" }, "files": [ "src", "index.js", "config.schema.json", "package.json", "CHANGELOG.md", "README.md", "LICENSE" ], "engines": { "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.29", "node": " ^20 || ^22 || ^24" }, "dependencies": { "async-mqtt": "^2.6.3", "ws": "^8.18.3", "express": "^5.1.0", "tcp-ping": "^0.1.1", "net": "^1.0.2" }, "keywords": [ "homebridge", "homebridge-plugin", "homekit", "webos", "lg", "mqtt", "restful" ], "contributors": [], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }