{
  "name": "unplugin-isolated-decl",
  "type": "module",
  "version": "0.17.0",
  "description": "A blazing-fast tool for generating isolated declarations.",
  "author": "Kevin Deng <sxzz@sxzz.moe>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/unplugin/unplugin-isolated-decl#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unplugin/unplugin-isolated-decl.git"
  },
  "bugs": {
    "url": "https://github.com/unplugin/unplugin-isolated-decl/issues"
  },
  "keywords": [
    "unplugin",
    "rollup",
    "vite",
    "esbuild",
    "webpack"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./api": "./dist/api.mjs",
    "./esbuild": "./dist/esbuild.mjs",
    "./farm": "./dist/farm.mjs",
    "./rolldown": "./dist/rolldown.mjs",
    "./rollup": "./dist/rollup.mjs",
    "./vite": "./dist/vite.mjs",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*.d.mts",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^22.18.0 || ^24.11.0 || >=26.0.0"
  },
  "peerDependencies": {
    "@swc/core": "^1.6.6",
    "typescript": "^5.5.2 || ^6.0.0"
  },
  "peerDependenciesMeta": {
    "@swc/core": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "dependencies": {
    "magic-string": "^1.1.0",
    "obug": "^2.1.4",
    "oxc-parser": ">=0.141.0",
    "oxc-transform": ">=0.141.0",
    "unplugin": "^3.3.0",
    "unplugin-utils": "^0.3.2"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.5",
    "@farmfe/core": "^1.7.11",
    "@oxc-project/types": "^0.141.0",
    "@rollup/plugin-alias": "^6.0.0",
    "@swc/core": "^1.15.46",
    "@sxzz/eslint-config": "^8.3.1",
    "@sxzz/prettier-config": "^2.3.2",
    "@sxzz/test-utils": "^0.5.18",
    "@types/node": "^26.1.1",
    "@typescript/native-preview": "7.0.0-dev.20260707.2",
    "bumpp": "^12.0.0",
    "esbuild": "^0.28.1",
    "eslint": "^10.7.0",
    "prettier": "^3.9.6",
    "publint": "^0.3.22",
    "rolldown": "^1.2.0",
    "rollup": "^4.62.2",
    "tinyglobby": "^0.2.17",
    "tsdown": "^0.22.14",
    "typescript": "^6.0.3",
    "unplugin-oxc": "^0.6.1",
    "vite": "^8.1.5",
    "vitest": "^4.1.10"
  },
  "resolutions": {
    "@changesets/cli": "-",
    "unplugin-isolated-decl": "-"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "format": "prettier --write .",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsgo --noEmit",
    "release": "bumpp"
  }
}