lgtv2mqtt2
Version:
connect WebOS LG TV with MQTT
32 lines (31 loc) • 601 B
JSON
{
"name": "lgtv2mqtt2",
"version": "1.1.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": {
"mkdirp": "^1.0.4",
"mqtt": "^5.5.0",
"persist-path": "^1.0.2",
"tcp-ping": "^0.1.1",
"wake_on_lan": "^1.0.0",
"websocket": "^1.0.34",
"yargs": "^17.7.2"
}
}