-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 770 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 770 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": {"perf-sheet": "jdeploy-bundle/jdeploy.js"},
"author": "theapache64",
"description": "A tool that analyzes your method trace file and generates the analysis in a spreadsheet",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/theapache64/perf-sheet",
"version": "0.0.9",
"jdeploy": {
"jdk": false,
"javaVersion": "17",
"jar": "perf-sheet.main.jar",
"javafx": false,
"title": "perf-sheet"
},
"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": "perf-sheet",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"}
}