{
  "name": "rsbuild-plugin-dts",
  "version": "0.5.3",
  "description": "Rsbuild plugin that supports emitting declaration files for TypeScript.",
  "homepage": "https://lib.rsbuild.dev",
  "bugs": {
    "url": "https://github.com/web-infra-dev/rslib/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web-infra-dev/rslib.git",
    "directory": "packages/plugin-dts"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@ast-grep/napi": "^0.35.0",
    "magic-string": "^0.30.17",
    "picocolors": "1.1.1",
    "tinyglobby": "^0.2.12",
    "tsconfig-paths": "^4.2.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.51.0",
    "@rsbuild/core": "~1.2.13",
    "rsbuild-plugin-publint": "^0.3.0",
    "rslib": "npm:@rslib/core@0.5.2",
    "typescript": "^5.8.2",
    "@rslib/tsconfig": "0.0.1"
  },
  "peerDependencies": {
    "@microsoft/api-extractor": "^7",
    "@rsbuild/core": "1.x",
    "typescript": "^5"
  },
  "peerDependenciesMeta": {
    "@microsoft/api-extractor": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=16.7.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch"
  }
}