-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 771 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 771 Bytes
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
{
"bin": {"gfx-avg": "jdeploy-bundle/jdeploy.js"},
"author": "theapache64",
"description": "A CLI tool to find average from multiple gfxinfo files",
"main": "index.js",
"preferGlobal": "true",
"repository": "https://github.com/theapache64/gfx-avg",
"version": "1.0.7",
"jdeploy": {
"jdk": "false",
"javaVersion": "11",
"jar": "out/artifacts/gfx_avg_jar/gfx-avg.jar",
"javafx": "false",
"title": "gfx-avg"
},
"dependencies": {
"njre": "^0.2.0",
"shelljs": "^0.8.4",
"command-exists-promise": "^2.0.2",
"node-fetch": "2.6.7",
"tar": "^4.4.8",
"yauzl": "^2.10.0"
},
"license": "ISC",
"name": "gfx-avg",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"}
}