-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
30 lines (30 loc) · 827 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
{
"bin": {
"create-compose-app": "jdeploy-bundle/jdeploy.js"
},
"author": "theapache64",
"description": "A tool that gives you a massive head start when building Compose based apps. It saves you from time-consuming setup and configuration",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/theapache64/create-compose-app",
"version": "2022.12.19",
"jdeploy": {
"jdk": false,
"javaVersion": "11",
"jar": "out/artifacts/create_compose_app_jar/create-compose-app.jar",
"javafx": false,
"title": "create-compose-app"
},
"dependencies": {
"njre": "^0.2.0",
"shelljs": "^0.8.4"
},
"license": "ISC",
"name": "create-compose-app",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}