{
  "name": "<%= repoName %>",
  "description": "<%= repoName %> workspace",
  "version": "0.0.1",
  "scripts": {
    "sync": "akan sync",
    "dev": "akan start",
    "lint": "akan lint",
    "typecheck": "akan typecheck",
    "test": "akan test",
    "build": "akan build",
    "setup:agent": "akan agent install all --force",
    "agent:setup": "akan agent install all --force",
    "agent:doctor": "akan doctor --strict --format json",
    "agent:context": "akan context --format json",
    "agent:mcp:readonly": "akan mcp-install all --mode readonly --force",
    "agent:mcp:plan": "akan mcp-install all --mode plan --force",
    "agent:mcp:apply": "akan mcp-install all --mode apply --force",
    "agent:workflows": "akan workflow list",
    "agent:sample:context": "akan context --format markdown --app <%= appName %> --module project",
    "agent:sample:service": "akan create-service billing <%= appName %> --format json",
    "agent:sample:module": "akan create-module project <%= appName %> --page=true --format json",
    "agent:sample:field": "akan add-field --app <%= appName %> --module project --field budget --type Int --default 0 --format json",
    "agent:sample:status": "akan add-enum-field --app <%= appName %> --module project --field status --values draft,active,archived --default draft --format json",
    "agent:sample:sync": "akan sync <%= appName %>",
    "agent:sample:check": "akan doctor --strict --format json",
    "agent:sample:workflow:explain": "akan workflow explain add-field",
    "agent:sample:workflow:plan": "akan workflow plan add-field --app <%= appName %> --module task --field priority --type enum --values low,medium,high --default medium --format json --out .akan/workflows/plans/task-priority.json",
    "agent:sample:workflow:dry-run": "akan workflow apply .akan/workflows/plans/task-priority.json --dry-run --format json"
  },
  "dependencies": {},
  "devDependencies": {},
  "patchedDependencies": {
    "react-dom@19.2.7": "patches/react-dom@19.2.7.patch",
    "zod@3.25.76": "patches/zod@3.25.76.patch",
    "zod@4.4.3": "patches/zod@4.4.3.patch"
  }
}