{
  "name": "@nx/rsbuild",
  "description": "The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.",
  "version": "23.0.2",
  "type": "commonjs",
  "files": [
    "dist",
    "!dist/tsconfig.tsbuildinfo",
    "migrations.json",
    "executors.json",
    "generators.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/rsbuild"
  },
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "keywords": [
    "Monorepo",
    "Rspack",
    "Webpack",
    "Bundling",
    "Module Federation",
    "Rsbuild"
  ],
  "author": "Colum Ferry",
  "license": "MIT",
  "homepage": "https://nx.dev",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "generators": [
        "dist/generators.d.ts"
      ],
      "config-utils": [
        "dist/config-utils.d.ts"
      ],
      "src/*": [
        "dist/src/*.d.ts"
      ],
      "src/*.js": [
        "dist/src/*.d.ts"
      ]
    }
  },
  "generators": "./generators.json",
  "executors": "./executors.json",
  "dependencies": {
    "tslib": "^2.3.0",
    "minimatch": "10.2.5",
    "semver": "^7.6.3",
    "@phenomnomnominal/tsquery": "~6.2.0",
    "@nx/devkit": "23.0.2",
    "@nx/js": "23.0.2"
  },
  "devDependencies": {
    "nx": "23.0.2"
  },
  "peerDependencies": {
    "@rsbuild/core": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "@rsbuild/core": {
      "optional": true
    }
  },
  "nx-migrations": {
    "migrations": "./migrations.json",
    "supportsOptionalMigrations": true
  },
  "exports": {
    ".": {
      "@nx/nx-source": "./index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": {
      "default": "./package.json"
    },
    "./migrations.json": "./migrations.json",
    "./generators.json": "./generators.json",
    "./executors.json": "./executors.json",
    "./generators": {
      "@nx/nx-source": "./generators.ts",
      "types": "./dist/generators.d.ts",
      "default": "./dist/generators.js"
    },
    "./config-utils": {
      "@nx/nx-source": "./config-utils.ts",
      "types": "./dist/config-utils.d.ts",
      "default": "./dist/config-utils.js"
    },
    "./src/*": {
      "@nx/nx-source": "./src/*.ts",
      "types": "./dist/src/*.d.ts",
      "default": "./dist/src/*.js"
    },
    "./src/*.js": {
      "@nx/nx-source": "./src/*.ts",
      "types": "./dist/src/*.d.ts",
      "default": "./dist/src/*.js"
    }
  }
}