{
  "name": "unplugin-oxc",
  "version": "0.4.5",
  "description": "Oxc integration for unplugin.",
  "type": "module",
  "keywords": [
    "unplugin",
    "vite",
    "webpack",
    "rspack",
    "rollup",
    "rolldown",
    "esbuild",
    "farm"
  ],
  "license": "MIT",
  "homepage": "https://github.com/unplugin/unplugin-oxc#readme",
  "bugs": {
    "url": "https://github.com/unplugin/unplugin-oxc/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unplugin/unplugin-oxc.git"
  },
  "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
  "funding": "https://github.com/sponsors/sxzz",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./vite": "./dist/vite.js",
    "./webpack": "./dist/webpack.js",
    "./rspack": "./dist/rspack.js",
    "./rollup": "./dist/rollup.js",
    "./rolldown": "./dist/rolldown.js",
    "./esbuild": "./dist/esbuild.js",
    "./farm": "./dist/farm.js",
    "./unloader": "./dist/unloader.js",
    "./api": "./dist/api.js",
    "./*": "./*"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "unloader": "*"
  },
  "peerDependenciesMeta": {
    "unloader": {
      "optional": true
    }
  },
  "dependencies": {
    "oxc-minify": "^0.72.2",
    "oxc-resolver": "^11.0.0",
    "oxc-transform": "^0.72.2",
    "unplugin": "^2.3.5",
    "unplugin-utils": "^0.2.4"
  },
  "devDependencies": {
    "@sxzz/eslint-config": "^7.0.1",
    "@sxzz/prettier-config": "^2.2.1",
    "@sxzz/test-utils": "^0.5.6",
    "@types/node": "^22.15.29",
    "bumpp": "^10.1.1",
    "eslint": "^9.28.0",
    "prettier": "^3.5.3",
    "rollup": "^4.41.1",
    "tinyexec": "^1.0.1",
    "tsdown": "^0.12.5",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "unloader": "^0.4.5",
    "vite": "^6.3.5",
    "vitest": "^3.1.4"
  },
  "engines": {
    "node": ">=20.18.0"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "release": "bumpp && pnpm publish"
  }
}