{
  "name": "pi-todo-list",
  "version": "0.2.0",
  "description": "Live, user-visible task list for pi. LLM tracks multi-step work via todo_update, users see real-time progress in the footer.",
  "type": "module",
  "main": "index.ts",
  "scripts": {
    "test": "bun test",
    "typecheck": "bun x tsc --noEmit"
  },
  "dependencies": {},
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.78.1",
    "@earendil-works/pi-tui": "0.78.1",
    "@types/node": "^25.9.1",
    "bun-types": "^1.3.14",
    "typebox": "1.1.38",
    "typescript": "^6.0.3"
  },
  "files": [
    "index.ts",
    "todo-store.ts",
    "prompt.ts"
  ],
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "todo",
    "task-list",
    "live-progress"
  ],
  "license": "MIT",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "http://git.local.stbl/lowern1ght/pi-soly.framework.git",
    "directory": "packages/pi-todo"
  }
}
