15 lines
386 B
JSON
15 lines
386 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/rollup-monorepo",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Rollup plugins for Lilith Platform (monorepo)",
|
||
|
|
"type": "module",
|
||
|
|
"workspaces": ["plugin-*"],
|
||
|
|
"scripts": {
|
||
|
|
"build": "bun run --filter '*' build",
|
||
|
|
"typecheck": "bun run --filter '*' typecheck",
|
||
|
|
"clean": "bun run --filter '*' clean"
|
||
|
|
},
|
||
|
|
"packageManager": "bun@1.2.6"
|
||
|
|
}
|