{
  "name": "pi-todo-herdr",
  "version": "0.2.5",
  "description": "Hierarchical task tools for Pi with a live widget and Herdr sidebar integration.",
  "type": "module",
  "main": "./index.ts",
  "files": [
    "index.ts",
    "src/**/*",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "todo",
    "task-management",
    "herdr",
    "productivity"
  ],
  "author": {
    "name": "lesetong",
    "email": "oscarlbw@qq.com",
    "url": "https://github.com/leset0ng"
  },
  "license": "MIT",
  "homepage": "https://github.com/leset0ng/pi-todo-herdr#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leset0ng/pi-todo-herdr.git"
  },
  "bugs": {
    "url": "https://github.com/leset0ng/pi-todo-herdr/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.81.1",
    "@earendil-works/pi-coding-agent": "^0.81.1",
    "@earendil-works/pi-tui": "^0.81.1",
    "typebox": "^1.0.13",
    "typescript": "^6.0.2"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://github.com/leset0ng/pi-todo-herdr/raw/main/media/screenshot.png"
  },
  "scripts": {
    "test": "node --experimental-transform-types --test tests/*.test.ts",
    "typecheck": "tsc --noEmit"
  }
}