-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
101 lines (101 loc) · 2.52 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "@webos-tools/cli",
"version": "3.2.0",
"description": "Command Line Interface for development webOS application and service",
"main": "APIs.js",
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"author": "ye.kim",
"repository": {
"type": "git",
"url": "https://github.com/webos-tools/cli.git"
},
"license": "Apache-2.0",
"bin": {
"ares": "bin/ares.js",
"ares-config": "bin/ares-config.js",
"ares-device": "bin/ares-device.js",
"ares-device-info": "bin/ares-device-info.js",
"ares-generate": "bin/ares-generate.js",
"ares-inspect": "bin/ares-inspect.js",
"ares-install": "bin/ares-install.js",
"ares-launch": "bin/ares-launch.js",
"ares-log": "bin/ares-log.js",
"ares-novacom": "bin/ares-novacom.js",
"ares-package": "bin/ares-package.js",
"ares-push": "bin/ares-push.js",
"ares-pull": "bin/ares-pull.js",
"ares-server": "bin/ares-server.js",
"ares-setup-device": "bin/ares-setup-device.js",
"ares-shell": "bin/ares-shell.js"
},
"engines": {
"node": ">=14.15.1"
},
"engineStrict": true,
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"ar-async": "0.1.4",
"async": "3.2.5",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"chalk": "1.1.3",
"chardet": "0.8.0",
"chokidar": "3.5.2",
"combined-stream": "1.0.8",
"csv-writer": "1.6.0",
"decompress": "4.2.1",
"easy-table": "1.1.1",
"elfy": "1.0.0",
"encoding": "0.1.13",
"express": "4.17.1",
"extract-zip": "1.7.0",
"fs-extra": "8.1.0",
"fstream": "1.0.12",
"graceful-fs": "4.2.4",
"inherits": "1.0.2",
"inquirer": "7.0.0",
"jsonschema": "1.2.6",
"mkdirp": "0.5.5",
"nopt": "2.1.2",
"npmlog": "4.1.2",
"ora": "5.4.0",
"request": "2.88.2",
"rimraf": "3.0.2",
"semver": "7.3.2",
"shelljs": "0.8.5",
"sprintf-js": "1.1.2",
"ssdp-js": "1.0.1",
"ssh2": "1.15.0",
"stream-buffers": "3.0.2",
"strip-bom": "1.0.0",
"tar": "6.2.0",
"temp": "0.9.1",
"terser": "4.8.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-plugin-import": "2.22.0",
"jasmine": "3.8.0",
"jasmine-pretty-html-reporter-jasmine3.8": "0.2.5",
"jasmine-spec-reporter": "4.2.1"
},
"keywords": [
"ares-cli",
"webOS",
"webOS OSE",
"webOS TV",
"webOS CLI",
"webOS SDK",
"LG"
],
"bugs": {
"url": "https://github.com/webos-tools/cli/issues"
},
"homepage": "https://github.com/webos-tools/cli#readme"
}