UNPKG

lgtv2mqtt2

Version:

connect WebOS LG TV with MQTT

32 lines (31 loc) 598 B
{ "name": "lgtv2mqtt2", "version": "1.3.0", "main": "index.js", "keywords": [ "mqtt", "LG", "TV", "WebOS" ], "author": "Szymon Kaliski", "description": "connect WebOS LG TV with MQTT", "license": "MIT", "scripts": { "start": "./cli.js", "vendor-libraries": "./vendor-libraries.sh" }, "bin": { "lgtv2mqtt2": "./cli.js" }, "type": "module", "dependencies": { "env-paths": "^4.0.0", "mkdirp": "^1.0.4", "mqtt": "^5.5.0", "tcp-ping": "^0.1.1", "wake_on_lan": "^1.0.0", "websocket": "^1.0.34", "yargs": "^17.7.2" } }