forked from seydx/bravia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@jakuj/bravia-kdl",
"description": "Node.js module for discovering and controlling Sony BRAVIA Android TVs",
"version": "2.0.0",
"keywords": [
"sony",
"bravia",
"tv",
"iot",
"android",
"androidtv"
],
"scripts": {
"lint": "eslint --fix ."
},
"author": "SeydX",
"homepage": "https://github.com/Utensil-Drawer/bravia-kdl",
"repository": {
"type": "git",
"url": "git+https://github.com/Utensil-Drawer/bravia-kdl.git"
},
"bugs": {
"url": "https://github.com/Utensil-Drawer/bravia-kdl/issues"
},
"license": "MIT",
"main": "./lib/bravia.js",
"bin": {
"bravia": "./bin/cli.js"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"caporal": "^1.4.0",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"got": "^11.8.2",
"node-ssdp": "^4.0.1",
"wake_on_lan": "^1.0.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.7",
"@babel/eslint-plugin": "7.14.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}