{
  "name": "unplugin-combine",
  "type": "module",
  "version": "2.3.0",
  "description": "Unified plugin that combines other plugins into one plugin.",
  "author": "Kevin Deng <sxzz@sxzz.moe>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/sxzz/unplugin-combine#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxzz/unplugin-combine.git"
  },
  "bugs": {
    "url": "https://github.com/sxzz/unplugin-combine/issues"
  },
  "exports": {
    ".": "./dist/index.js",
    "./esbuild": "./dist/esbuild.js",
    "./rolldown": "./dist/rolldown.js",
    "./rollup": "./dist/rollup.js",
    "./rspack": "./dist/rspack.js",
    "./vite": "./dist/vite.js",
    "./webpack": "./dist/webpack.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*.d.ts",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "peerDependencies": {
    "@rspack/core": "^1.0.0",
    "esbuild": ">=0.13",
    "rolldown": "*",
    "rollup": "^3.2.0 || ^4.0.0",
    "unplugin": "^1.0.0 || ^2.0.0 || ^3.0.0",
    "vite": "^2.3.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0",
    "webpack": "4 || 5"
  },
  "peerDependenciesMeta": {
    "@rspack/core": {
      "optional": true
    },
    "esbuild": {
      "optional": true
    },
    "rolldown": {
      "optional": true
    },
    "rollup": {
      "optional": true
    },
    "unplugin": {
      "optional": true
    },
    "vite": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "devDependencies": {
    "@antfu/utils": "^9.3.0",
    "@rspack/core": "^1.7.3",
    "@sxzz/eslint-config": "^7.5.0",
    "@sxzz/prettier-config": "^2.2.6",
    "@types/node": "^25.0.10",
    "@typescript/native-preview": "7.0.0-dev.20260122.3",
    "bumpp": "^10.4.0",
    "esbuild": "^0.27.2",
    "eslint": "^9.39.2",
    "prettier": "^3.8.1",
    "rolldown": "^1.0.0-rc.1",
    "rollup": "^4.56.0",
    "tsdown": "^0.20.0",
    "tsdown-preset-sxzz": "^0.3.1",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.0.17",
    "webpack": "^5.104.1"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsdown",
    "test": "vitest",
    "typecheck": "tsgo --noEmit",
    "release": "bumpp"
  }
}