-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 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
29
{
"bin": {"readgen": "jdeploy-bundle/jdeploy.js"},
"author": "theapache64",
"description": "A simple CLI tool to generate README",
"main": "index.js",
"preferGlobal": "true",
"repository": "https://github.com/theapache64/readgen",
"version": "1.0.5",
"jar": "readgen.main.jar",
"jdeploy": {
"jdk": "false",
"javaVersion": "11",
"javafx": "false",
"title": "Readgen",
"jar": "readgen.main.jar"
},
"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": "readgen-cli",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"}
}