Fix config/package.json missing required fields for workspace compatibility

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-03 21:11:20 +00:00
parent 402e71fd83
commit 51be171545
2 changed files with 1855 additions and 0 deletions

1852
bun.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,7 @@
{
"name": "@metabuilder/config",
"version": "0.0.0",
"private": true,
"scripts": {
"generate:package": "npx ts-node scripts/generate-package.ts",
"extract:preview": "cd frontends/nextjs && npm run extract:preview",