bun-plugin-isolated-decl
Version:
[](https://www.npmjs.com/package/bun-plugin-isolated-decl)
32 lines • 666 B
JSON
{
"name": "bun-plugin-isolated-decl",
"type": "module",
"version": "0.2.6",
"author": "@ryoppippi",
"license": "ISC",
"homepage": "https://github.com/ryoppippi/bun-plugin-isolated-decl",
"repository": {
"type": "git",
"url": "git+https://github.com/ryoppippi/bun-plugin-isolated-decl.git"
},
"keywords": [
"bun",
"oxc",
"dts",
"bun-plugin",
"bun-plugin-isolated-decl"
],
"exports": {
".": "./index.ts"
},
"module": "index.ts",
"files": [
"index.ts"
],
"dependencies": {
"bun-only": "^0.0.1",
"is-glob": "^4.0.3",
"oxc-transform": "^0.71.0",
"unplugin-isolated-decl": "^0.14.2"
}
}