UNPKG

bun-plugin-isolated-decl

Version:

[![NPM Version](https://img.shields.io/npm/v/bun-plugin-isolated-decl)](https://www.npmjs.com/package/bun-plugin-isolated-decl)

32 lines 666 B
{ "name": "bun-plugin-isolated-decl", "type": "module", "version": "0.2.9", "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.82.3", "unplugin-isolated-decl": "^0.15.4" } }