rollup-plugins/plugin-pnpm-resolve/package.json
autocommit 470e40f072
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
deps-upgrade(pnpm-resolve): ⬆️ Update plugin dependencies for pnpm-resolve to ensure compatibility and security improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 06:37:08 -07:00

51 lines
1.1 KiB
JSON

{
"name": "@lilith/rollup-plugin-pnpm-resolve",
"version": "1.0.0",
"deprecated": "Use @lilith/build-core CORE_DEDUPE constants instead",
"description": "DEPRECATED - Rollup plugin for pnpm transitive dependency resolution using resolveId hook",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"peerDependencies": {
"rollup": ">=3.0.0"
},
"devDependencies": {
"@lilith/configs": "^1.0.0",
"@types/node": "^22.15.27",
"rollup": "^4.35.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"keywords": [
"rollup",
"plugin",
"pnpm",
"resolve",
"transitive",
"dependencies"
],
"author": "Lilith Platform",
"license": "MIT",
"publishConfig": {
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
},
"_": {
"registry": "forgejo",
"publish": true,
"build": true
}
}