bun-plugin-dtsx
Version:
A Bun Bundler plugin that auto generates your DTS types extremely fast.
58 lines (57 loc) • 1.26 kB
JSON
{
"name": "bun-plugin-dtsx",
"type": "module",
"sideEffects": false,
"version": "0.11.1",
"description": "A Bun Bundler plugin that auto generates your DTS types extremely fast.",
"author": "Chris Breuer <chris@ow3.org>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/dtsx/tree/main/packages/bun-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/dtsx.git"
},
"bugs": {
"url": "https://github.com/stacksjs/bun-plugin-dtsx/issues"
},
"keywords": [
"dts",
"dtsx",
"emit",
"generation",
"typescript",
"types",
"auto",
"stacks",
"bun",
"plugin",
"package"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
}
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"LICENSE.md",
"README.md",
"dist"
],
"scripts": {
"build": "bun build.ts",
"prepublishOnly": "bun run build",
"test": "bun test",
"typecheck": "bun tsc --noEmit",
"lint": "bun x --bun pickier .",
"lint:fix": "bun x --bun pickier . --fix"
},
"dependencies": {
"@stacksjs/dtsx": "0.11.1"
}
}