{
  "name": "@rsbuild/plugin-babel",
  "version": "2.0.0",
  "description": "Babel plugin for Rsbuild",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsbuild",
    "directory": "packages/plugin-babel"
  },
  "files": [
    "dist",
    "compiled"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@babel/core": "^7.29.7",
    "@babel/plugin-proposal-decorators": "^7.29.7",
    "@babel/plugin-transform-class-properties": "^7.29.7",
    "@babel/preset-typescript": "^7.29.7",
    "@types/babel__core": "^7.20.5",
    "reduce-configs": "^1.1.2"
  },
  "devDependencies": {
    "@rslib/core": "0.22.1",
    "@types/node": "^24.13.2",
    "babel-loader": "10.1.1",
    "prebundle": "1.6.5",
    "typescript": "^6.0.3",
    "@rsbuild/core": "2.0.15",
    "@scripts/test-helper": "1.0.0"
  },
  "peerDependencies": {
    "@rsbuild/core": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "@rsbuild/core": {
      "optional": true
    }
  },
  "scripts": {
    "build": "rslib",
    "dev": "rslib -w",
    "prebundle": "prebundle"
  }
}