{
  "name": "unplugin-swc",
  "type": "module",
  "version": "1.5.7",
  "packageManager": "pnpm@10.15.0",
  "description": "SWC plugin for Vite and Rollup",
  "publishConfig": {
    "access": "public"
  },
  "author": "EGOIST <hi@egoist.dev> (https://github.com/egoist)",
  "contributors": [
    "hannoeru <me@hanlee.co> (https://github.com/hannoeru)"
  ],
  "license": "MIT",
  "homepage": "https://github.com/unplugin/unplugin-swc/tree/main/#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/unplugin/unplugin-swc.git"
  },
  "bugs": {
    "url": "https://github.com/unplugin/unplugin-swc/issues"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepublishOnly": "npm run build",
    "type-check": "tsc --noEmit"
  },
  "peerDependencies": {
    "@swc/core": "^1.2.108"
  },
  "dependencies": {
    "@rollup/pluginutils": "^5.2.0",
    "load-tsconfig": "^0.2.5",
    "unplugin": "^2.3.8"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^5.2.1",
    "@swc/core": "^1.13.4",
    "@types/node": "^22.17.2",
    "defu": "^6.1.4",
    "esbuild": "0.25.9",
    "eslint": "^9.33.0",
    "path-exists": "^5.0.0",
    "prettier": "3.6.2",
    "rollup": "^4.47.1",
    "tsup": "8.5.0",
    "typescript": "5.9.2",
    "vite": "^7.1.3",
    "vitest": "^3.2.4"
  }
}
