vite-plugin-dts
Version:
<h1 align="center">vite-plugin-dts</h1>
71 lines • 1.44 kB
JSON
{
"name": "vite-plugin-dts",
"version": "5.0.1",
"type": "module",
"license": "MIT",
"author": "qmhc",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"default": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"keywords": [
"vite",
"vite-plugin",
"ts",
"dts",
"typescript",
"vue",
"tsc",
"vue-tsc",
"volar"
],
"repository": {
"type": "git",
"url": "git+https://github.com/qmhc/unplugin-dts.git",
"directory": "packages/vite-plugin-dts"
},
"bugs": {
"url": "https://github.com/qmhc/unplugin-dts/issues"
},
"dependencies": {
"unplugin-dts": "1.0.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.57.0"
},
"peerDependencies": {
"@microsoft/api-extractor": ">=7",
"rollup": ">=3",
"vite": ">=3"
},
"peerDependenciesMeta": {
"@microsoft/api-extractor": {
"optional": true
},
"rollup": {
"optional": true
},
"vite": {
"optional": true
}
},
"scripts": {
"build": "tsx scripts/build.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ."
}
}