rsbuild-plugin-dts
Version:
Rsbuild plugin that supports emitting declaration files for TypeScript.
74 lines • 1.79 kB
JSON
{
"name": "rsbuild-plugin-dts",
"version": "0.23.2",
"description": "Rsbuild plugin that supports emitting declaration files for TypeScript.",
"homepage": "https://rslib.rs",
"bugs": {
"url": "https://github.com/web-infra-dev/rslib/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-infra-dev/rslib.git",
"directory": "packages/plugin-dts"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"compiled"
],
"dependencies": {
"@ast-grep/napi": "0.37.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.58.9",
"@rsbuild/core": "~2.1.4",
"get-tsconfig": "5.0.0-beta.5",
"magic-string": "^0.30.21",
"prebundle": "1.6.5",
"rsbuild-plugin-publint": "^1.0.0",
"rslib": "npm:@rslib/core@0.23.1",
"tinyglobby": "^0.2.17",
"tsconfig-paths": "^4.2.0",
"typescript": "^6.0.3",
"@rslib/tsconfig": "0.0.1"
},
"peerDependencies": {
"@microsoft/api-extractor": "^7",
"@rsbuild/core": "^1.0.0 || ^2.0.0-0",
"@typescript/native-preview": "^7.0.0-0",
"typescript": "^5 || ^6 || ^7.0.1-0"
},
"peerDependenciesMeta": {
"@microsoft/api-extractor": {
"optional": true
},
"@typescript/native-preview": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "rslib",
"dev": "rslib --watch",
"prebundle": "prebundle",
"test": "rstest"
}
}