From 580e798e16346eb894eb899edac82d2efdf40adc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 18 Apr 2026 22:32:53 -0500 Subject: initial commit --- node_modules/@rolldown/pluginutils/package.json | 36 +++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 node_modules/@rolldown/pluginutils/package.json (limited to 'node_modules/@rolldown/pluginutils/package.json') 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 -- cgit v1.2.3