node-lgtv-api
Version:
A NODE API for the LG SmartTV (2012+) which makes it easy for you to remote control your TV with code
34 lines (33 loc) • 779 B
JSON
{
"name": "node-lgtv-api",
"version": "0.9.8",
"description": "A NODE API for the LG SmartTV (2012+) which makes it easy for you to remote control your TV with code",
"main": "app.js",
"scripts": {
"lint": "npx eslint app.js test.js ./test --fix",
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "https://github.com/timmson/node-lgtv-api"
},
"keywords": [
"node",
"lgtv",
"smartv"
],
"dependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"request": "~2.88.2",
"xml2js": "~0.4.23"
},
"devDependencies": {
"eslint": "^8.11.0"
},
"bugs": {
"url": "https://github.com/timmson/node-lgtv-api/issues"
},
"author": "timmson",
"license": "MIT"
}