{
  "name": "@rsdoctor/types",
  "version": "1.5.8",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsdoctor",
    "directory": "packages/types"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/connect": "3.4.38",
    "@types/estree": "1.0.5",
    "@types/tapable": "2.3.0",
    "source-map": "^0.7.6"
  },
  "devDependencies": {
    "@rspack/core": "2.0.0-rc.1",
    "@types/node": "^22.8.1",
    "@types/react": "^18.3.28",
    "tslib": "2.8.1",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "@rspack/core": "*",
    "webpack": "5.x"
  },
  "peerDependenciesMeta": {
    "@rspack/core": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch"
  }
}