{ "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" } }