{
  "name": "@nx/workspace",
  "version": "23.0.2",
  "private": false,
  "type": "commonjs",
  "files": [
    "dist",
    "!dist/tsconfig.tsbuildinfo",
    "migrations.json",
    "executors.json",
    "generators.json"
  ],
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/workspace"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "tasks-runners/default": [
        "dist/tasks-runners/default.d.ts"
      ]
    }
  },
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json",
    "packageGroup": {
      "nx-cloud": "latest",
      "nx": "*"
    },
    "supportsOptionalMigrations": true
  },
  "exports": {
    ".": {
      "@nx/nx-source": "./index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./migrations.json": "./migrations.json",
    "./generators.json": "./generators.json",
    "./executors.json": "./executors.json",
    "./tasks-runners/default": {
      "@nx/nx-source": "./tasks-runners/default.ts",
      "types": "./dist/tasks-runners/default.d.ts",
      "default": "./dist/tasks-runners/default.js"
    },
    "./presets/*": {
      "@nx/nx-source": "./presets/*.json",
      "default": "./dist/presets/*.json"
    },
    "./presets/*.json": {
      "@nx/nx-source": "./presets/*.json",
      "default": "./dist/presets/*.json"
    }
  },
  "dependencies": {
    "@zkochan/js-yaml": "0.0.7",
    "chalk": "^4.1.0",
    "enquirer": "~2.3.6",
    "picomatch": "4.0.4",
    "semver": "^7.6.3",
    "tslib": "^2.3.0",
    "yargs-parser": "21.1.1",
    "nx": "23.0.2",
    "@nx/devkit": "23.0.2"
  },
  "devDependencies": {
    "nx": "23.0.2"
  },
  "publishConfig": {
    "access": "public"
  }
}