platform-codebase/features/seo/package.json

19 lines
742 B
JSON
Executable file

{
"name": "@lilith/seo-feature",
"version": "0.1.0",
"private": true,
"description": "Multi-tenant SEO feature for Lilith Platform",
"workspaces": [
"frontend",
"server",
"shared"
],
"scripts": {
"dev": "concurrently \"pnpm --filter @lilith/seo-frontend dev\" \"pnpm --filter @lilith/seo-server dev\"",
"build": "pnpm --filter @lilith/seo-* build",
"typecheck": "pnpm --filter @lilith/seo-* typecheck",
"test:integration:backend": "pnpm --filter @lilith/seo-api test:integration",
"test:integration:backend:no-teardown": "pnpm --filter @lilith/seo-api test:integration:no-teardown",
"test:integration:backend:rerun-failed": "pnpm --filter @lilith/seo-api test:integration:rerun-failed"
}
}