{
  "name": "@nrwl/cli",
  "version": "12.9.0",
  "description": "Smart, 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": "12.9.0",
    "chalk": "4.1.0",
    "v8-compile-cache": "2.3.0"
  },
  "main": "./bin/nx.js",
  "typings": "./bin/nx.d.ts"
}