47 lines
No EOL
1.5 KiB
JSON
47 lines
No EOL
1.5 KiB
JSON
{
|
|
"name": "@model-boss-workspace",
|
|
"version": "4.2.0",
|
|
"private": true,
|
|
"packageManager": "bun@1.2.6",
|
|
"workspaces": [
|
|
"packages/*",
|
|
"@packages/*",
|
|
"services/*/client",
|
|
"services/*/types",
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"build:packages": "turbo run build --filter='./packages/*'",
|
|
"build:services": "turbo run build --filter='./services/**'",
|
|
"build:frontend": "turbo run build --filter='./frontend'",
|
|
"test": "turbo run test",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:report": "playwright show-report e2e/report",
|
|
"typecheck": "turbo run typecheck",
|
|
"clean": "turbo run clean",
|
|
"lint": "turbo run lint",
|
|
"dev:frontend": "bun run --cwd frontend dev",
|
|
"dev:service": "cd services/coordinator/service && python -m model_boss_coordinator"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0",
|
|
"@rollup/rollup-linux-x64-gnu": "^4.59.0",
|
|
"turbo": "^2.7.3"
|
|
},
|
|
"description": "Model Boss - GPU/VRAM lease coordinator with unified Python/TypeScript libraries and HTTP coordinator service",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@lilith/ui-styled-components": "6.3.9",
|
|
"@lilith/ui-data": "1.2.1",
|
|
"@lilith/ui-feedback": "1.4.3",
|
|
"@lilith/ui-primitives": "1.2.19-dev.1775420334",
|
|
"@lilith/ui-theme": "1.5.2",
|
|
"@lilith/ui-zname": "1.2.5",
|
|
"@lilith/ui-motion": "2.2.0",
|
|
"@lilith/chart-math": "1.0.1"
|
|
}
|
|
}
|
|
} |