homebridge-lgwebos-tv
Version:
Homebridge plugin to control LG webOS TV.
58 lines • 1.25 kB
JSON
{
"displayName": "LG webOS TV",
"name": "homebridge-lgwebos-tv",
"version": "4.3.12",
"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.8.0 || ^2.0.0",
"node": "^20 || ^22 || ^24 || ^25 || ^26"
},
"dependencies": {
"mqtt": "^5.15.2",
"ws": "^8.21.1",
"express": "^5.2.1"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"webos",
"lg",
"mqtt",
"restful"
],
"funding": {
"type": "Buy Coffee To",
"url": "https://buycoffee.to/grzegorz914"
},
"contributors": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}