{ "name": "rom-manager-workspace", "private": true, "type": "module", "workspaces": ["contract", "plugin", "ui"], "scripts": { "typecheck": "cd contract && bun run typecheck && cd ../plugin && bun run typecheck && cd ../ui && bun run typecheck", "test": "cd plugin && bun test", "build": "cd plugin && bun run build:all", "check": "bunx biome check ." }, "devDependencies": { "@biomejs/biome": "^2.5.2" } }