-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 752 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
{
"bin": {"jDeployIconTest": "jdeploy-bundle/jdeploy.js"},
"author": "Jim Tatro",
"description": "Test Icon in public/private repo",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/JimT787/jdeploy-test-github-release",
"version": "1.0.2",
"jdeploy": {
"jdk": false,
"javaVersion": "17",
"jar": "target/JimJdeployTest-1.0.2.jar",
"javafx": true,
"title": "jDeployIconTest"
},
"dependencies": {
"command-exists-promise": "^2.0.2",
"node-fetch": "2.6.7",
"tar": "^4.4.8",
"yauzl": "^2.10.0",
"shelljs": "^0.8.4"
},
"license": "ISC",
"name": "jdeployicontest",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"}
}