{ "name": "vite-plugin-dts", "version": "3.7.2", "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.39.0", "@rollup/pluginutils": "^5.1.0", "@vue/language-core": "^1.8.26", "debug": "^4.3.4", "kolorist": "^1.8.0", "vue-tsc": "^1.8.26" }, "devDependencies": { "@commitlint/cli": "^18.4.3", "@types/debug": "^4.1.12", "@types/minimist": "^1.2.5", "@types/node": "^20.10.5", "@types/prompts": "^2.4.9", "@types/semver": "^7.5.6", "@vexip-ui/commitlint-config": "^0.3.0", "@vexip-ui/eslint-config": "^0.11.0", "@vexip-ui/prettier-config": "^0.2.0", "@vue/eslint-config-standard": "^8.0.1", "@vue/eslint-config-typescript": "^12.0.0", "conventional-changelog-cli": "^4.1.0", "eslint": "^8.56.0", "execa": "^8.0.1", "husky": "^8.0.3", "is-ci": "^3.0.1", "lint-staged": "^15.2.0", "minimist": "^1.2.8", "pinst": "^3.0.0", "prettier": "^3.1.1", "pretty-quick": "^3.1.3", "prompts": "^2.4.2", "rimraf": "^5.0.5", "semver": "^7.5.4", "tsx": "^4.7.0", "typescript": "5.2.2", "unbuild": "^2.0.0", "vite": "^5.0.10", "vitest": "^1.1.0" }, "peerDependencies": { "typescript": "*", "vite": "*" }, "peerDependenciesMeta": { "vite": { "optional": true } }, "pnpm": { "patchedDependencies": { "@microsoft/api-extractor@7.39.0": "patches/@microsoft__api-extractor@7.39.0.patch" } } }