45 lines
870 B
JSON
45 lines
870 B
JSON
{
|
|
"name": "create-nx-workspace",
|
|
"version": "0.0.1",
|
|
"private": false,
|
|
"description": "Smart, Fast and Extensible Build System",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/create-nx-workspace"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Angular",
|
|
"React",
|
|
"Web",
|
|
"Node",
|
|
"Nest",
|
|
"Jest",
|
|
"Cypress",
|
|
"CLI"
|
|
],
|
|
"bin": {
|
|
"create-nx-workspace": "./bin/index.js"
|
|
},
|
|
"author": "Victor Savkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"homepage": "https://nx.dev",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"enquirer": "~2.3.6",
|
|
"flat": "^5.0.2",
|
|
"ora": "5.3.0",
|
|
"tmp": "~0.2.1",
|
|
"tslib": "^2.3.0",
|
|
"yargs": "^17.6.2",
|
|
"axios": "^1.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|