Files

17 lines
528 B
JSON

{
"name": "ai-content-pipeline",
"private": true,
"packageManager": "pnpm@10.27.0",
"scripts": {
"dev:stack": "docker compose up --build",
"generate:contracts": "python3 scripts/generate_openapi_contracts.py",
"smoke": "bash tests/smoke/public-health.sh",
"test:frontend:roles": "pnpm --filter @pipeline/frontend test:roles",
"typecheck": "pnpm --filter @pipeline/shared typecheck && pnpm --filter @pipeline/frontend typecheck"
},
"workspaces": [
"apps/frontend",
"packages/shared"
]
}