unplugin-isolated-decl
Version:
A blazing-fast tool for generating isolated declarations.
112 lines • 2.68 kB
JSON
{
"name": "unplugin-isolated-decl",
"version": "0.13.3",
"description": "A blazing-fast tool for generating isolated declarations.",
"type": "module",
"keywords": [
"unplugin",
"rollup",
"vite",
"esbuild",
"webpack"
],
"license": "MIT",
"homepage": "https://github.com/unplugin/unplugin-isolated-decl#readme",
"bugs": {
"url": "https://github.com/unplugin/unplugin-isolated-decl/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unplugin/unplugin-isolated-decl.git"
},
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
"funding": "https://github.com/sponsors/sxzz",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./vite": "./dist/vite.js",
"./rollup": "./dist/rollup.js",
"./rolldown": "./dist/rolldown.js",
"./esbuild": "./dist/esbuild.js",
"./farm": "./dist/farm.js",
"./api": "./dist/api.js",
"./*": "./*"
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@swc/core": "^1.6.6",
"typescript": "^5.5.2"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"typescript": {
"optional": true
}
},
"dependencies": {
"debug": "^4.4.0",
"magic-string": "^0.30.17",
"oxc-parser": "^0.57.0",
"oxc-transform": "^0.57.0",
"unplugin": "^2.2.0",
"unplugin-utils": "^0.2.4"
},
"devDependencies": {
"@farmfe/core": "^1.6.7",
"@oxc-project/types": "^0.57.0",
"@rollup/plugin-alias": "^5.1.1",
"@swc/core": "^1.11.8",
"@sxzz/eslint-config": "^6.0.2",
"@sxzz/prettier-config": "^2.2.1",
"@sxzz/test-utils": "^0.5.2",
"@types/debug": "^4.1.12",
"@types/node": "^22.13.10",
"bumpp": "^10.0.3",
"esbuild": "^0.25.1",
"eslint": "^9.22.0",
"fast-glob": "^3.3.3",
"prettier": "^3.5.3",
"rolldown": "^1.0.0-beta.4",
"rollup": "^4.35.0",
"tinyglobby": "^0.2.12",
"tsdown": "^0.6.8",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"unplugin-oxc": "^0.2.7",
"vite": "^6.2.1",
"vitest": "^3.0.8"
},
"engines": {
"node": ">=18.12.0"
},
"resolutions": {
"@changesets/cli": "-",
"unplugin-isolated-decl": "-"
},
"prettier": "@sxzz/prettier-config",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "pnpm run lint --fix",
"build": "tsdown",
"test": "vitest",
"typecheck": "tsc --noEmit",
"release": "bumpp && pnpm publish"
}
}