@su-thomas/homebridge-webos-tv
Version:
Homebridge plugin for LG webOS TVs
54 lines (53 loc) • 1.15 kB
JSON
{
"name": "@su-thomas/homebridge-webos-tv",
"displayName": "webOS TV",
"version": "2.5.0",
"description": "Homebridge plugin for LG webOS TVs",
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=16.0.0",
"homebridge": ">=1.4.0"
},
"keywords": [
"homebridge-plugin",
"webos2",
"webos3",
"webos4",
"webos5",
"webos6",
"webos22",
"webos23",
"lgtv",
"homebridge",
"webos",
"homekit"
],
"author": "merdok",
"funding": {
"type": "paypal",
"url": "https://paypal.me/merdokdev"
},
"license": "MIT",
"dependencies": {
"persist-path": "^1.0.2",
"websocket": "^1.0.32",
"mkdirp": "^1.0.4",
"tcp-ping": "^0.1.1",
"wake_on_lan": "^1.0.0",
"chalk": "^5.0.1",
"yargs": "^17.6.0",
"env-paths": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/su-thomas/homebridge-webos-tv.git"
},
"bugs": {
"url": "https://github.com/su-thomas/homebridge-webos-tv/issues"
},
"homepage": "https://github.com/su-thomas/homebridge-webos-tv#readme",
"bin": {
"webostv": "./cli/index.js"
}
}