{
  "name": "pi-todo-rail",
  "version": "0.2.3",
  "description": "Persistent, branch-aware Todo list for Pi — one plan shared by you and the agent, pinned above the editor.",
  "type": "module",
  "license": "MIT",
  "author": "j-joker",
  "homepage": "https://github.com/j-joker/pi-todo-rail#readme",
  "bugs": {
    "url": "https://github.com/j-joker/pi-todo-rail/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/j-joker/pi-todo-rail.git"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "todo",
    "task-management",
    "coding-agent",
    "tui"
  ],
  "files": [
    "context.ts",
    "index.ts",
    "panel.ts",
    "render.ts",
    "state.ts",
    "tool.ts",
    "widget.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "video": "https://raw.githubusercontent.com/j-joker/pi-todo-rail/main/assets/decompose.mp4",
    "image": "https://raw.githubusercontent.com/j-joker/pi-todo-rail/main/assets/decompose.png"
  },
  "scripts": {
    "test": "node --experimental-transform-types render.test.ts",
    "pack:check": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
