create-nx-micronaut
Version:
CLI to create Nx workspaces with built-in support for Micronaut
38 lines (37 loc) • 898 B
JSON
{
"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": "3.0.1",
"dependencies": {
"@nxrocks/common-cli": "3.0.1",
"tslib": "^2.6.1"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"bin": {
"create-nx-micronaut": "./bin/index.js"
},
"types": "./bin/index.d.ts"
}