unplugin-isolated-decl
Version:
A blazing-fast tool for generating isolated declarations.
113 lines • 2.76 kB
JSON
{
"name": "unplugin-isolated-decl",
"type": "module",
"version": "0.15.7",
"description": "A blazing-fast tool for generating isolated declarations.",
"author": "Kevin Deng <sxzz@sxzz.moe>",
"license": "MIT",
"funding": "https://github.com/sponsors/sxzz",
"homepage": "https://github.com/unplugin/unplugin-isolated-decl#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unplugin/unplugin-isolated-decl.git"
},
"bugs": {
"url": "https://github.com/unplugin/unplugin-isolated-decl/issues"
},
"keywords": [
"unplugin",
"rollup",
"vite",
"esbuild",
"webpack"
],
"exports": {
".": "./dist/index.mjs",
"./api": "./dist/api.mjs",
"./esbuild": "./dist/esbuild.mjs",
"./farm": "./dist/farm.mjs",
"./rolldown": "./dist/rolldown.mjs",
"./rollup": "./dist/rollup.mjs",
"./vite": "./dist/vite.mjs",
"./package.json": "./package.json"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
"*": [
"./dist/*.d.mts",
"./*"
]
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.19.0"
},
"peerDependencies": {
"@swc/core": "^1.6.6",
"typescript": "^5.5.2"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"typescript": {
"optional": true
}
},
"dependencies": {
"magic-string": "^0.30.21",
"obug": "^2.1.1",
"oxc-parser": ">=0.103.0",
"oxc-transform": ">=0.103.0",
"unplugin": "^2.3.11",
"unplugin-utils": "^0.3.1"
},
"devDependencies": {
"@farmfe/core": "^1.7.11",
"@oxc-project/types": "^0.103.0",
"@rollup/plugin-alias": "^6.0.0",
"@swc/core": "^1.15.5",
"@sxzz/eslint-config": "^7.4.3",
"@sxzz/prettier-config": "^2.2.6",
"@sxzz/test-utils": "^0.5.14",
"@types/node": "^25.0.2",
"@typescript/native-preview": "7.0.0-dev.20251215.1",
"bumpp": "^10.3.2",
"esbuild": "^0.27.1",
"eslint": "^9.39.2",
"fast-glob": "^3.3.3",
"prettier": "^3.7.4",
"publint": "^0.3.16",
"rolldown": "^1.0.0-beta.54",
"rollup": "^4.53.4",
"tinyglobby": "^0.2.15",
"tsdown": "^0.18.0",
"typescript": "^5.9.3",
"unplugin-oxc": "^0.5.6",
"vite": "^7.3.0",
"vitest": "^4.0.15"
},
"resolutions": {
"@changesets/cli": "-",
"unplugin-isolated-decl": "-"
},
"prettier": "@sxzz/prettier-config",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "pnpm run lint --fix",
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest",
"typecheck": "tsgo --noEmit",
"release": "bumpp"
}
}