{
  "name": "@nrwl/workspace",
  "version": "10.3.2",
  "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"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./collection.json",
  "builders": "./builders.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json",
    "packageGroup": [
      "@nrwl/workspace",
      "@nrwl/angular",
      "@nrwl/bazel",
      "@nrwl/cypress",
      "@nrwl/eslint-plugin-nx",
      "@nrwl/express",
      "@nrwl/jest",
      "@nrwl/linter",
      "@nrwl/nest",
      "@nrwl/next",
      "@nrwl/node",
      "@nrwl/nx-plugin",
      "@nrwl/react",
      "@nrwl/storybook",
      "@nrwl/web"
    ]
  },
  "peerDependencies": {
    "@nrwl/cli": "10.3.2",
    "prettier": "^2.0.4"
  },
  "dependencies": {
    "@angular-devkit/architect": "~0.1001.3",
    "@angular-devkit/core": "~10.1.3",
    "@angular-devkit/schematics": "~10.1.3",
    "@nrwl/cli": "10.3.2",
    "cosmiconfig": "^4.0.0",
    "fs-extra": "7.0.1",
    "dotenv": "6.2.0",
    "ignore": "^5.0.4",
    "npm-run-all": "^4.1.5",
    "opn": "^5.3.0",
    "rxjs": "^6.5.4",
    "semver": "6.3.0",
    "strip-json-comments": "2.0.1",
    "tmp": "0.0.33",
    "yargs": "15.4.1",
    "yargs-parser": "20.0.0",
    "chalk": "2.4.2",
    "axios": "0.19.2",
    "flat": "^5.0.2",
    "minimatch": "3.0.4",
    "inquirer": "^6.3.1",
    "resolve": "1.17.0",
    "tslib": "^1.9.3"
  }
}
