{
  "name": "vite-plugin-dts",
  "version": "3.9.1",
  "type": "module",
  "license": "MIT",
  "author": "qmhc",
  "packageManager": "pnpm@8.3.0",
  "scripts": {
    "build": "tsx scripts/build.ts",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
    "dev": "unbuild --stub",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx \"{src,tests}/**\"",
    "_postinstall": "is-ci || husky install",
    "postpublish": "pinst --enable",
    "precommit": "lint-staged -c ./.husky/.lintstagedrc -q",
    "prepublishOnly": "pinst --disable",
    "prettier": "pretty-quick --staged && pnpm run lint",
    "release": "tsx scripts/release.ts",
    "test": "vitest run",
    "test:dev": "vitest",
    "test:react": "pnpm -C examples/react build",
    "test:svelte": "pnpm -C examples/svelte build",
    "test:ts": "pnpm -C examples/ts build",
    "test:vue": "pnpm -C examples/vue build"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qmhc/vite-plugin-dts.git"
  },
  "bugs": {
    "url": "https://github.com/qmhc/vite-plugin-dts/issues"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "ts",
    "dts",
    "typescript",
    "vue",
    "tsc",
    "vue-tsc",
    "volar"
  ],
  "dependencies": {
    "@microsoft/api-extractor": "7.43.0",
    "@rollup/pluginutils": "^5.1.0",
    "@vue/language-core": "^1.8.27",
    "debug": "^4.3.4",
    "kolorist": "^1.8.0",
    "magic-string": "^0.30.8",
    "vue-tsc": "^1.8.27"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.2.1",
    "@types/debug": "^4.1.12",
    "@types/minimist": "^1.2.5",
    "@types/node": "^20.11.30",
    "@types/prompts": "^2.4.9",
    "@types/semver": "^7.5.8",
    "@vexip-ui/commitlint-config": "^0.4.0",
    "@vexip-ui/eslint-config": "^0.12.0",
    "@vexip-ui/prettier-config": "^0.2.0",
    "@vue/eslint-config-standard": "^8.0.1",
    "@vue/eslint-config-typescript": "^13.0.0",
    "conventional-changelog-cli": "^4.1.0",
    "eslint": "^8.57.0",
    "execa": "^8.0.1",
    "husky": "^9.0.11",
    "is-ci": "^3.0.1",
    "lint-staged": "^15.2.2",
    "minimist": "^1.2.8",
    "pinst": "^3.0.0",
    "prettier": "^3.2.5",
    "pretty-quick": "^4.0.0",
    "prompts": "^2.4.2",
    "rimraf": "^5.0.5",
    "semver": "^7.6.0",
    "tsx": "^4.7.1",
    "typescript": "5.4.3",
    "unbuild": "^2.0.0",
    "vite": "^5.2.6",
    "vitest": "^1.4.0"
  },
  "peerDependencies": {
    "typescript": "*",
    "vite": "*"
  },
  "peerDependenciesMeta": {
    "vite": {
      "optional": true
    }
  },
  "pnpm": {
    "patchedDependencies": {
      "@microsoft/api-extractor@7.43.0": "patches/@microsoft__api-extractor@7.43.0.patch"
    }
  }
}
