-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 1002 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
38
39
40
41
42
{
"name": "create-nx-gradle-workspace",
"version": "1.16.1",
"dependencies": {
"@jnxplus/common": "1.16.1",
"create-nx-workspace": "^20.0.0",
"enquirer": "^2.4.1",
"yargs": "^17.7.2",
"tslib": "^2.7.0"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"bin": {
"create-nx-gradle-workspace": "./bin/index.js"
},
"private": false,
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": "Khalil LAGRIDA",
"homepage": "https://github.com/khalilou88/jnxplus/blob/main/packages/create-nx-gradle-workspace/README.md",
"bugs": {
"url": "https://github.com/khalilou88/jnxplus/issues"
},
"keywords": [
"nx",
"nx-workspace",
"nx-plugin",
"java",
"spring",
"spring-boot",
"gradle",
"gradle multi-project build"
],
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/create-nx-gradle-workspace"
}
}