nx/packages/cli/package.json
2021-05-18 16:07:22 -04:00

37 lines
674 B
JSON

{
"name": "@nrwl/cli",
"version": "0.0.1",
"description": "Powerful and Extensible Build Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/nrwl/nx.git"
},
"keywords": [
"Monorepo",
"Angular",
"React",
"Web",
"Node",
"Nest",
"Jest",
"Cypress",
"CLI"
],
"bin": {
"nx": "./bin/nx.js"
},
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"dependencies": {
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"@nrwl/tao": "*",
"chalk": "4.1.0",
"v8-compile-cache": "2.3.0"
}
}