{
  "name": "@zhcsyncer/pi-todo",
  "version": "0.3.3",
  "description": "Persistent task management, planning, and branch-aware Todo overlay for the Pi coding agent.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "coding-agent",
    "todo",
    "todo-list",
    "task-management",
    "task-planning",
    "planning",
    "persistent-tasks",
    "terminal",
    "tui"
  ],
  "type": "module",
  "license": "MIT",
  "author": "juicesharp",
  "contributors": [
    "zhcsyncer (fork maintainer)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhcsyncer/pi-extensions.git",
    "directory": "packages/pi-todo"
  },
  "homepage": "https://github.com/zhcsyncer/pi-extensions/tree/main/packages/pi-todo#readme",
  "bugs": {
    "url": "https://github.com/zhcsyncer/pi-extensions/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json",
    "test": "vitest run",
    "check": "pnpm typecheck && pnpm test"
  },
  "files": [
    "config.ts",
    "config-paths.ts",
    "index.ts",
    "locales/",
    "todo.ts",
    "todo-overlay.ts",
    "state/i18n-bridge.ts",
    "state/invariants.ts",
    "state/replay.ts",
    "state/selectors.ts",
    "state/state-reducer.ts",
    "state/state.ts",
    "state/store.ts",
    "state/task-graph.ts",
    "tool/response-envelope.ts",
    "tool/types.ts",
    "view/format.ts",
    "CHANGELOG.md",
    "README.md",
    "README.zh-CN.md",
    "LICENSE",
    "UPSTREAM_LICENSE",
    "UPSTREAM_README.md",
    "UPSTREAM_CHANGELOG.md",
    "UPSTREAM_SOURCE.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@juicesharp/rpiv-i18n": "*",
    "@earendil-works/pi-ai": ">=0.80.0 <1",
    "@earendil-works/pi-coding-agent": ">=0.80.0 <1",
    "@earendil-works/pi-tui": ">=0.80.0 <1",
    "typebox": "^1.1.24"
  },
  "peerDependenciesMeta": {
    "@juicesharp/rpiv-i18n": {
      "optional": true
    }
  },
  "dependencies": {
    "@juicesharp/rpiv-config": "1.20.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.84.0",
    "@earendil-works/pi-coding-agent": "0.84.0",
    "@earendil-works/pi-tui": "0.84.0",
    "@types/node": "25.6.0",
    "typescript": "6.0.3",
    "vitest": "4.1.7"
  }
}
