{
  "name": "nx",
  "version": "22.6.4",
  "private": false,
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/nx"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "CLI",
    "Testing",
    "Front-end",
    "Backend",
    "Mobile"
  ],
  "bin": {
    "nx": "./bin/nx.js",
    "nx-cloud": "./bin/nx-cloud.js"
  },
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "dependencies": {
    "@ltd/j-toml": "^1.38.0",
    "@napi-rs/wasm-runtime": "0.2.4",
    "@yarnpkg/lockfile": "^1.1.0",
    "@yarnpkg/parsers": "3.0.2",
    "@zkochan/js-yaml": "0.0.7",
    "axios": "1.12.0",
    "picocolors": "^1.1.0",
    "cli-cursor": "3.1.0",
    "cli-spinners": "2.6.1",
    "cliui": "^8.0.1",
    "dotenv": "~16.4.5",
    "dotenv-expand": "~11.0.6",
    "ejs": "^3.1.7",
    "enquirer": "~2.3.6",
    "figures": "3.2.0",
    "flat": "^5.0.2",
    "front-matter": "^4.0.2",
    "ignore": "^7.0.5",
    "jest-diff": "^30.0.2",
    "jsonc-parser": "3.2.0",
    "lines-and-columns": "2.0.3",
    "minimatch": "10.2.4",
    "npm-run-path": "^4.0.1",
    "open": "^8.4.0",
    "ora": "5.3.0",
    "resolve.exports": "2.0.3",
    "semver": "^7.6.3",
    "string-width": "^4.2.3",
    "tar-stream": "~2.2.0",
    "tmp": "~0.2.1",
    "tree-kill": "^1.2.2",
    "tsconfig-paths": "^4.1.2",
    "tslib": "^2.3.0",
    "yaml": "^2.6.0",
    "yargs": "^17.6.2",
    "yargs-parser": "21.1.1"
  },
  "peerDependencies": {
    "@swc-node/register": "^1.11.1",
    "@swc/core": "^1.15.8"
  },
  "peerDependenciesMeta": {
    "@swc-node/register": {
      "optional": true
    },
    "@swc/core": {
      "optional": true
    }
  },
  "optionalDependencies": {
    "@nx/nx-darwin-arm64": "22.6.4",
    "@nx/nx-darwin-x64": "22.6.4",
    "@nx/nx-freebsd-x64": "22.6.4",
    "@nx/nx-linux-arm-gnueabihf": "22.6.4",
    "@nx/nx-linux-arm64-gnu": "22.6.4",
    "@nx/nx-linux-arm64-musl": "22.6.4",
    "@nx/nx-linux-x64-gnu": "22.6.4",
    "@nx/nx-linux-x64-musl": "22.6.4",
    "@nx/nx-win32-arm64-msvc": "22.6.4",
    "@nx/nx-win32-x64-msvc": "22.6.4"
  },
  "nx-migrations": {
    "migrations": "./migrations.json",
    "packageGroup": [
      "@nx/js",
      "@nx/linter",
      "@nx/eslint",
      "@nx/workspace",
      "@nx/angular",
      "@nx/angular-rspack",
      "@nx/angular-rspack-compiler",
      "@nx/jest",
      "@nx/cypress",
      "@nx/detox",
      "@nx/devkit",
      "@nx/dotnet",
      "@nx/esbuild",
      "@nx/eslint-plugin",
      "@nx/expo",
      "@nx/express",
      "@nx/gradle",
      "@nx/maven",
      "@nx/module-federation",
      "@nx/nest",
      "@nx/next",
      "@nx/node",
      "@nx/nuxt",
      "@nx/playwright",
      "@nx/plugin",
      "@nx/react",
      "@nx/react-native",
      "@nx/rollup",
      "@nx/remix",
      "@nx/rspack",
      "@nx/rsbuild",
      "@nx/storybook",
      "@nx/vite",
      "@nx/vitest",
      "@nx/vue",
      "@nx/web",
      "@nx/webpack",
      "@nx/docker",
      "create-nx-workspace",
      {
        "package": "nx-cloud",
        "version": "latest"
      },
      {
        "package": "@nrwl/nx-cloud",
        "version": "latest"
      }
    ]
  },
  "generators": "./generators.json",
  "executors": "./executors.json",
  "builders": "./executors.json",
  "publishConfig": {
    "access": "public"
  },
  "napi": {
    "binaryName": "nx",
    "packageName": "@nx/nx",
    "wasm": {
      "initialMemory": 1024,
      "maximumMemory": 32768
    },
    "targets": [
      "x86_64-unknown-linux-gnu",
      "x86_64-pc-windows-msvc",
      "x86_64-apple-darwin",
      "aarch64-apple-darwin",
      "aarch64-unknown-linux-gnu",
      "aarch64-unknown-linux-musl",
      "aarch64-pc-windows-msvc",
      "armv7-unknown-linux-gnueabihf",
      "x86_64-unknown-linux-musl",
      "x86_64-unknown-freebsd"
    ]
  },
  "main": "./bin/nx.js",
  "types": "./bin/nx.d.ts",
  "type": "commonjs",
  "scripts": {
    "postinstall": "node ./bin/post-install || exit 0"
  }
}