{
  "name": "taskchef",
  "version": "8.5.2",
  "description": "A non-blocking interactive dispatcher for visible Codex tasks.",
  "license": "Apache-2.0",
  "author": "Favo Yang",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/favoyang/taskchef.git"
  },
  "bugs": {
    "url": "https://github.com/favoyang/taskchef/issues"
  },
  "homepage": "https://github.com/favoyang/taskchef#readme",
  "type": "module",
  "exports": "./index.js",
  "bin": {
    "taskchef": "bin/taskchef.js"
  },
  "files": [
    ".codex-plugin",
    ".mcp.json",
    "assets",
    "BACKLOG.md",
    "bin",
    "docs/advanced-guide.md",
    "docs/spec.md",
    "docs/workflows.md",
    "docs/dashboard-lifecycle.md",
    "docs/dashboard-ui.md",
    "docs/firstmate-taskchef-comparison.md",
    "docs/images/dashboard-identity.jpg",
    "docs/images/ccusage-token-consumption.png",
    "docs/images/notification-event-snapshots.jpg",
    "docs/images/result-history-dashboard.jpg",
    "docs/images/interrupted-turn-recovery.jpg",
    "docs/images/dashboard-token-pending.jpg",
    "docs/images/reported-work-duration-desktop.jpg",
    "docs/images/reported-work-duration-mobile.jpg",
    "docs/images/readme-board.png",
    "docs/images/readme-list.png",
    "docs/images/readme-needs-input.png",
    "docs/images/readme-completed.png",
    "docs/images/readme-roles.png",
    "index.js",
    "mcp",
    "scripts/roles",
    "scripts/benchmark-dispatch-prepare.js",
    "scripts/e2e-benchmark.js",
    "src",
    "skills/taskchef-bootstrap",
    "skills/taskchef-dashboard",
    "skills/taskchef-delegate",
    "skills/taskchef-executor",
    "skills/taskchef-copilot"
  ],
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "6.8.0",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/node": "24.3.0",
    "@types/react": "19.1.12",
    "@types/react-dom": "19.1.9",
    "@vitejs/plugin-react": "4.7.0",
    "conventional-changelog-conventionalcommits": "^10.3.0",
    "jsdom": "26.1.0",
    "mermaid": "^11.17.0",
    "typescript": "5.9.2",
    "vite": "6.4.3",
    "vitest": "3.2.7",
    "yaml": "^2.9.0"
  },
  "scripts": {
    "benchmark:dispatch": "node scripts/benchmark-dispatch-prepare.js",
    "benchmark:e2e": "node scripts/e2e-benchmark.js",
    "build:dashboard": "vite build --config vite.config.ts",
    "check:dashboard": "tsc --noEmit -p tsconfig.dashboard.json",
    "preview:dashboard": "node scripts/preview-dashboard.js",
    "test": "npm run test:node && npm run test:dashboard",
    "test:node": "node --test tests/*.test.js",
    "test:dashboard": "vitest run --config vitest.config.ts"
  },
  "dependencies": {
    "@mantine/core": "9.5.2",
    "@mantine/hooks": "9.5.2",
    "@mantine/notifications": "9.5.2",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "@tabler/icons-react": "3.35.0",
    "proper-lockfile": "^4.1.2",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "zod": "^4.4.3"
  },
  "bundleDependencies": [
    "@modelcontextprotocol/sdk",
    "proper-lockfile",
    "zod"
  ],
  "optionalDependencies": {
    "ccusage": "20.0.20"
  }
}
