{
  "name": "@rainmanhhh/pi-tasks",
  "version": "0.8.3",
  "description": "A pi extension that brings Claude Code-style task tracking and coordination to pi.",
  "author": "rainmanhhh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/dsxbygzzl/pi-tasks.git"
  },
  "homepage": "https://gitee.com/dsxbygzzl/pi-tasks",
  "bugs": {
    "url": "https://gitee.com/dsxbygzzl/pi-tasks/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "task",
    "tasks",
    "todo",
    "coordination"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.0",
    "@earendil-works/pi-tui": ">=0.80.0"
  },
  "dependencies": {
    "typebox": "^1.1.34"
  },
  "devDependencies": {
    "@types/node": "^25.0.0",
    "typescript": "^6.0.0",
    "@biomejs/biome": "^2.4.13",
    "vitest": "^4.1.5"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "biome check --fix src/ test/"
  }
}