{
  "name": "@nrwl/tao",
  "version": "10.4.15",
  "description": "CLI for generating code and running commands",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "bin": {
    "tao": "./index.js"
  },
  "homepage": "https://nx.dev",
  "dependencies": {
    "@angular-devkit/schematics": "~10.1.3",
    "@angular-devkit/core": "~10.1.3",
    "@angular-devkit/architect": "~0.1001.3",
    "inquirer": "^6.3.1",
    "minimist": "^1.2.0",
    "strip-json-comments": "2.0.1",
    "semver": "6.3.0",
    "tmp": "0.0.33",
    "tslib": "^2.0.0",
    "yargs-parser": "20.0.0"
  }
}
