diff options
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 |
