-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 897 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
34
35
36
37
{
"bin": {
"fe7drl-2022": "jdeploy-bundle/jdeploy.js"
},
"author": "folcon",
"description": "This is my 7drl 2022 submission",
"main": "index.js",
"preferGlobal": true,
"repository": "",
"version": "0.0.7",
"jdeploy": {
"jdk": false,
"javaVersion": "17",
"bundles": [
"mac",
"win",
"linux"
],
"jar": "target/fruit-economy-standalone.jar",
"javafx": false,
"title": "Fruit Economy - 7drl 2022"
},
"dependencies": {
"njre": "^0.2.0",
"node-jq": "^2.1.0",
"shelljs": "^0.8.4"
},
"license": "ISC",
"name": "fe7drl-2022",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://folcon.itch.io/fruit-economy-7drl-2022"
}