{
  "name": "ffai-workspace",
  "version": "1.0.0",
  "private": true,
  "description": "FF AI Workspace 全栈应用工作空间 - 包含前端(Next.js)、后端(NestJS)及所有基础设施",
  "scripts": {
    "//dev": "=== 开发环境启动 ===",
    "dev:backend": "cd backend && npm run start:dev",
    "dev:frontend": "cd frontend && npm run dev",
    "dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
    "//services": "=== 服务管理 ===",
    "start:temporal": "cd backend && npm run start:temporal",
    "init:approval": "cd backend && npm run init:approval-templates",
    "//database": "=== 数据库管理 ===",
    "db:push": "cd backend && npm run db:push",
    "db:studio": "cd backend && npm run prisma:studio",
    "//test": "=== 测试命令 ===",
    "test:contract": "cd testing && npm run test:contract",
    "test:data-quality": "cd testing && npm run test:data-quality",
    "test:backend": "cd testing && npm run test:backend:integration",
    "test:backend:unit": "cd testing && npm run test:backend:unit",
    "test:backend:org": "cd testing && npm run test:backend:org:integration",
    "test:backend:down": "cd testing && npm run test:backend:integration:down",
    "test:e2e": "cd testing && npm run test:e2e --",
    "test:all": "npm run test:contract && npm run test:backend && npm run test:data-quality",
    "//setup": "=== 项目设置 ===",
    "install:all": "npm install && cd backend && npm install && cd ../frontend && npm install && cd ../testing && npm install",
    "//cleanup": "=== 清理命令（危险操作）===",
    "cleanup": "bash scripts/dev/dev.sh clean --deep",
    "cleanup:help": "bash scripts/dev/dev.sh help",
    "//skills": "=== 技能同步 ===",
    "sync:skills": "bash scripts/sync-skills.sh",
    "sync:entry-docs": "bash scripts/sync-entry-docs.sh",
    "check:agent-assets": "bash scripts/check-agent-assets.sh",
    "check:entry-docs": "bash scripts/check-entry-docs.sh",
    "//worktree": "=== Worktree ===",
    "worktree:new": "bash scripts/dev/setup-worktree.sh",
    "//hooks": "=== Git Hooks ===",
    "hooks:install": "git config core.hooksPath .githooks"
  },
  "dependencies": {
    "sonner": "^2.0.7"
  },
  "devDependencies": {
    "axios": "^1.13.2",
    "concurrently": "^8.2.2"
  },
  "readme": "详细使用说明请查看: scripts/README.md",
  "repository": {
    "type": "git",
    "url": "内部 GitLab"
  },
  "keywords": [
    "ffai-workspace",
    "nextjs",
    "nestjs",
    "temporal",
    "prisma",
    "postgresql"
  ]
}
