Files
sciagent/package.json
T
Thinh Lam 688fac73e9
CI/CD / backend (push) Failing after 2m8s
CI/CD / frontend (push) Failing after 1m40s
CI/CD / deploy (push) Has been skipped
sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:38:30 +07:00

22 lines
689 B
JSON

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