{
  "name": "@nguyenquangthai/pi-todo",
  "version": "0.7.0",
  "description": "OpenCode-like session todo checklist for the pi coding agent — todo_write/todo_update/todo_read with a live TUI overlay",
  "type": "module",
  "author": "QuangThai",
  "license": "MIT",
  "homepage": "https://github.com/QuangThai/pi-todo#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QuangThai/pi-todo.git"
  },
  "bugs": {
    "url": "https://github.com/QuangThai/pi-todo/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "pi-coding-agent",
    "todo",
    "todowrite",
    "todoread",
    "opencode",
    "tui"
  ],
  "files": [
    "src",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "media/screenshot.png"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "biome check src tests",
    "format": "biome check --write src tests",
    "check": "npm run lint && npm run typecheck && npm test",
    "prepublishOnly": "npm run check"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/QuangThai/pi-todo/main/media/screenshot.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.13",
    "@earendil-works/pi-ai": "^0.85.1",
    "@earendil-works/pi-coding-agent": "^0.85.1",
    "@earendil-works/pi-tui": "^0.85.1",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^3.2.7",
    "typebox": "1.1.38",
    "typescript": "^5.8.0",
    "vitest": "^3.0.0"
  }
}
