diff options
| author | Christian Cleberg <[email protected]> | 2026-04-18 22:32:53 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-18 22:32:53 -0500 |
| commit | 580e798e16346eb894eb899edac82d2efdf40adc (patch) | |
| tree | 6dec3b7db678f781138b40d34da37d21ac8fbe7d /node_modules/@rolldown/pluginutils/package.json | |
| download | brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.tar.gz brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.tar.bz2 brand-bench-580e798e16346eb894eb899edac82d2efdf40adc.zip | |
initial commit
Diffstat (limited to 'node_modules/@rolldown/pluginutils/package.json')
| -rw-r--r-- | node_modules/@rolldown/pluginutils/package.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/@rolldown/pluginutils/package.json b/node_modules/@rolldown/pluginutils/package.json new file mode 100644 index 0000000..aef4bc1 --- /dev/null +++ b/node_modules/@rolldown/pluginutils/package.json @@ -0,0 +1,36 @@ +{ + "name": "@rolldown/pluginutils", + "version": "1.0.0-beta.27", + "license": "MIT", + "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/rolldown/rolldown.git", + "directory": "packages/pluginutils" + }, + "publishConfig": { + "access": "public" + }, + "main": "./dist/index.cjs", + "module": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "import": "./dist/index.js", + "require": "./dist/index.cjs" + } + }, + "files": [ + "dist" + ], + "devDependencies": { + "@types/picomatch": "^4.0.0", + "picomatch": "^4.0.2", + "tsdown": "0.12.9", + "vitest": "^3.0.1" + }, + "scripts": { + "build": "tsdown", + "test": "vitest --typecheck" + } +}
\ No newline at end of file |
