-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
{
"name": "create-nx-micronaut",
"description": "CLI to create Nx workspaces with built-in support for Micronaut",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
"type": "git",
"url": "https://github.com/tinesoft/nxrocks.git",
"directory": "packages/common"
},
"homepage": "https://github.com/tinesoft/nxrocks/blob/master/packages/create-nx-micronaut#readme",
"bugs": {
"url": "https://github.com/tinesoft/nxrocks/issues"
},
"keywords": [
"nx-micronaut",
"micronaut",
"nx",
"cli"
],
"private": false,
"publishConfig": {
"access": "public"
},
"version": "0.0.0-dev",
"dependencies": {
"@nxrocks/common-cli": "file:../common-cli",
"tslib": "^2.6.1"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"bin": {
"create-nx-micronaut": "./bin/index.js"
}
}