{
  "name": "@rsbuild/plugin-webpack-swc",
  "version": "1.1.2",
  "description": "SWC plugin for Rsbuild webpack provider",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsbuild",
    "directory": "packages/compat/plugin-webpack-swc"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@modern-js/swc-plugins": "0.6.11",
    "@swc/helpers": "^0.5.17",
    "core-js": "~3.44.0",
    "deepmerge": "^4.3.1",
    "lodash": "^4.17.21",
    "picocolors": "^1.1.1",
    "semver": "^7.7.2"
  },
  "devDependencies": {
    "@rslib/core": "0.11.1",
    "@types/lodash": "^4.17.20",
    "@types/semver": "^7.7.0",
    "typescript": "^5.9.2",
    "webpack": "^5.101.0",
    "@rsbuild/core": "1.4.14",
    "@rsbuild/webpack": "1.3.3"
  },
  "peerDependencies": {
    "@rsbuild/core": "1.x"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "bump": "npx bumpp --no-tag"
  }
}