{ "name": "ump-initiative-monorepo", "private": true, "version": "0.0.0", "description": "UMP Initiative Management System — frontend monorepo (shared kernel + user app + admin app).", "workspaces": [ "shared", "frontend_user", "frontend_admin", "frontend_investigator", "frontend_publisher" ], "scripts": { "dev:user": "npm run dev -w frontend_user", "dev:admin": "npm run dev -w frontend_admin", "dev:investigator": "npm run dev -w frontend_investigator", "dev:publisher": "npm run dev -w frontend_publisher", "build": "npm run build --workspaces --if-present", "typecheck": "npm run typecheck --workspaces --if-present" } }