{
  "name": "@rsbuild/plugin-babel",
  "version": "1.2.1",
  "description": "Babel plugin for Rsbuild",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsbuild",
    "directory": "packages/plugin-babel"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "compiled"
  ],
  "dependencies": {
    "@babel/core": "^7.29.0",
    "@babel/plugin-proposal-decorators": "^7.29.0",
    "@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": {
    "@rsbuild/core-v1": "npm:@rsbuild/core@^1.7.5",
    "@rslib/core": "0.22.0",
    "@types/node": "^24.12.4",
    "babel-loader": "10.1.1",
    "prebundle": "1.6.4",
    "typescript": "^6.0.3",
    "@rsbuild/core": "2.0.9",
    "@scripts/test-helper": "1.0.0"
  },
  "peerDependencies": {
    "@rsbuild/core": "^1.0.0 || ^2.0.0-0"
  },
  "peerDependenciesMeta": {
    "@rsbuild/core": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib",
    "dev": "rslib -w",
    "prebundle": "prebundle"
  }
}