{ "name": "@nrwl/cli", "version": "0.0.1", "description": "Extensible Dev Tools for Monorepos", "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" } }