-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 951 Bytes
/
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
{
"bin": {"snapcode": "jdeploy-bundle/jdeploy.js"},
"author": "ReportMill Software, Inc.",
"description": "A Java IDE for education",
"main": "index.js",
"preferGlobal": true,
"repository": "",
"version": "2024.7.19",
"jdeploy": {
"jdk": true,
"javaVersion": "17",
"documentTypes": [{
"editor": true,
"extension": "java",
"mimetype": "text/java"
}],
"jar": "build/libs/SnapCodeAll-2024.06.jar",
"javafx": false,
"title": "SnapCode"
},
"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": "",
"name": "snapcodejava",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
"homepage": "https://reportmill.com/SnapCode"
}