{
  "name": "@savvy-web/rslib-builder",
  "version": "0.20.8",
  "private": false,
  "description": "RSlib-based build system for Node.js libraries with automatic package.json transformation, TypeScript declaration bundling, and multi-target support",
  "keywords": [
    "rslib",
    "rsbuild",
    "typescript",
    "declarations",
    "dts",
    "bundler",
    "build",
    "esm",
    "node",
    "library",
    "api-extractor",
    "tsgo",
    "tsdoc",
    "monorepo"
  ],
  "homepage": "https://github.com/savvy-web/rslib-builder",
  "bugs": {
    "url": "https://github.com/savvy-web/rslib-builder/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/savvy-web/rslib-builder.git",
    "directory": "package"
  },
  "license": "MIT",
  "author": {
    "name": "C. Spencer Beggs",
    "email": "spencer@savvyweb.systems",
    "url": "https://savvyweb.systems"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    },
    "./tsconfig/root.json": "./tsconfig/root.json",
    "./tsconfig/ecma/lib.json": "./tsconfig/ecma/lib.json",
    "./tsconfig/rspress/plugin.json": "./tsconfig/rspress/plugin.json",
    "./tsconfig/rspress/website.json": "./tsconfig/rspress/website.json"
  },
  "dependencies": {
    "@microsoft/api-extractor": "^7.58.7",
    "@microsoft/tsdoc": "^0.16.0",
    "@microsoft/tsdoc-config": "^0.18.1",
    "@pnpm/catalogs.config": "^1100.0.0",
    "@pnpm/catalogs.protocol-parser": "^1100.0.0",
    "@pnpm/exportable-manifest": "^1000.4.2",
    "@pnpm/lockfile.fs": "^1100.1.1",
    "@pnpm/workspace.read-manifest": "^1000.3.1",
    "@rsbuild/core": "^2.0.7",
    "@typescript-eslint/parser": "^8.60.0",
    "deep-equal": "^2.2.3",
    "eslint": "^10.4.0",
    "eslint-plugin-tsdoc": "^0.5.2",
    "glob": "^13.0.6",
    "picocolors": "^1.1.1",
    "sort-package-json": "^3.6.1",
    "tmp": "^0.2.5",
    "workspace-tools": "^0.41.4"
  },
  "peerDependencies": {
    "@rsbuild/plugin-react": "^2.0.0",
    "@rslib/core": "^0.21.0",
    "@types/node": "^25.6.0",
    "@types/react": "^19.2.0",
    "@types/react-dom": "^19.2.0",
    "@typescript/native-preview": "^7.0.0-dev.20260513.1",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "typescript": "^6.0.0"
  },
  "peerDependenciesMeta": {
    "@rsbuild/plugin-react": {
      "optional": true
    },
    "@rslib/core": {
      "optional": false
    },
    "@types/node": {
      "optional": false
    },
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    },
    "@typescript/native-preview": {
      "optional": false
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "typescript": {
      "optional": false
    }
  },
  "files": [
    "!rslib-builder.api.json",
    "!tsconfig.json",
    "!tsdoc.json",
    "LICENSE",
    "README.md",
    "index.d.ts",
    "index.js",
    "package.json",
    "tsconfig/ecma/lib.json",
    "tsconfig/root.json",
    "tsconfig/rspress/plugin.json",
    "tsconfig/rspress/website.json",
    "tsdoc-metadata.json"
  ]
}
