{
  "name": "@nrwl/workspace",
  "version": "13.10.6",
  "description": "Smart, Fast and Extensible Build System.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/workspace"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI"
  ],
  "main": "./index.js",
  "typings": "./index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./generators.json",
  "builders": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json",
    "packageGroup": [
      "@nrwl/workspace",
      "@nrwl/angular",
      "nx",
      "@nrwl/cypress",
      "@nrwl/devkit",
      "@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": {
    "prettier": "^2.5.1"
  },
  "peerDependenciesMeta": {
    "prettier": {
      "optional": true
    }
  },
  "dependencies": {
    "@parcel/watcher": "2.0.4",
    "chokidar": "^3.5.1",
    "cli-cursor": "3.1.0",
    "cli-spinners": "2.6.1",
    "fs-extra": "^9.1.0",
    "dotenv": "~10.0.0",
    "figures": "3.2.0",
    "glob": "7.1.4",
    "ignore": "^5.0.4",
    "npm-run-path": "^4.0.1",
    "open": "^8.4.0",
    "rxjs": "^6.5.4",
    "semver": "7.3.4",
    "tmp": "~0.2.1",
    "yargs": "^17.4.0",
    "yargs-parser": "21.0.1",
    "chalk": "4.1.0",
    "flat": "^5.0.2",
    "minimatch": "3.0.4",
    "enquirer": "~2.3.6",
    "tslib": "^2.3.0",
    "nx": "13.10.6",
    "@nrwl/devkit": "13.10.6",
    "@nrwl/jest": "13.10.6",
    "@nrwl/linter": "13.10.6"
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  }

,"_resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-13.10.6.tgz"
,"_integrity": "sha512-BtAlkNdf+cxcq65Trpo+ob5ez7fVDVTUGnlIyIPQ33p5Ge4sp9/0zTlUTBSJRusyLYAIHhpRTGf7w/WcV063/Q=="
,"_from": "@nrwl/workspace@13.10.6"
}