@seydx/bravia
Version:
Node.js module for discovering and controlling Sony BRAVIA Android TVs
41 lines (40 loc) • 845 B
JSON
{
"name": "@seydx/bravia",
"description": "Node.js module for discovering and controlling Sony BRAVIA Android TVs",
"version": "1.1.0-beta.8",
"keywords": [
"sony",
"bravia",
"tv",
"iot",
"android",
"androidtv"
],
"author": "SeydX",
"homepage": "https://github.com/seydx/bravia",
"repository": {
"type": "git",
"url": "git+https://github.com/seydx/bravia.git"
},
"bugs": {
"url": "https://github.com/seydx/bravia/issues"
},
"license": "MIT",
"main": "src/bravia.js",
"bin": {
"bravia": "./bin/cli.js"
},
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"axios": "^0.21.1",
"base-64": "^1.0.0",
"caporal": "^1.4.0",
"debug": "^4.3.1",
"enquirer": "^2.3.6",
"node-ssdp": "^4.0.1",
"wake_on_lan": "^1.0.0",
"xml2js": "^0.4.23"
}
}