{
  "name": "@nrwl/schematics",
  "version": "8.7.0",
  "description": "Extensible Dev Tools for Monorepos: Schematics",
  "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.js",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./src/collection.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations/migrations.json"
  },
  "dependencies": {
    "@nrwl/workspace": "8.7.0",
    "@nrwl/angular": "8.7.0",
    "app-root-path": "^2.0.1",
    "cosmiconfig": "4.0.0",
    "fs-extra": "6.0.0",
    "graphviz": "0.0.8",
    "ignore": "5.0.4",
    "npm-run-all": "4.1.5",
    "opn": "^5.3.0",
    "rxjs": "^6.4.0",
    "semver": "5.4.1",
    "strip-json-comments": "2.0.1",
    "tmp": "0.0.33",
    "viz.js": "^1.8.1",
    "yargs-parser": "10.0.0",
    "yargs": "^11.0.0",
    "prettier": "1.16.4"
  }
}
