nx/packages/cli/package.json
2021-03-29 12:26:01 -04:00

37 lines
653 B
JSON

{
"name": "@nrwl/cli",
"version": "0.0.1",
"description": "Powerful, Extensible Dev Tools",
"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": {
"tmp": "0.0.33",
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"@nrwl/tao": "*",
"chalk": "4.1.0"
}
}