UNPKG

homebridge-webos-tv

Version:
54 lines (53 loc) 1.17 kB
{ "name": "homebridge-webos-tv", "displayName": "webOS TV", "version": "2.4.6", "description": "Homebridge plugin for LG webOS TVs", "type": "module", "exports": "./index.js", "engines": { "node": "^18.20.4 || ^20.15.1 || ^22", "homebridge": "^1.6.0 || ^2.0.0-beta.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/merdok/homebridge-webos-tv.git" }, "bugs": { "url": "https://github.com/merdok/homebridge-webos-tv/issues" }, "homepage": "https://github.com/merdok/homebridge-webos-tv#readme", "bin": { "webostv": "./cli/index.js" } }