{
  "name": "@tianhai/pi-workflow-kit",
  "version": "0.18.1",
  "description": "Enforce structured brainstorm→plan→execute→finalize workflow with TDD discipline in AI coding agents",
  "keywords": [
    "pi-package",
    "ai-coding-agent",
    "workflow",
    "tdd",
    "guard-rails",
    "code-review",
    "pi-extension",
    "brainstorm",
    "test-driven-development"
  ],
  "scripts": {
    "test": "vitest run",
    "lint": "biome check .",
    "check": "biome check . && vitest run"
  },
  "license": "MIT",
  "author": "yinloo-ola",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yinloo-ola/pi-workflow-kit.git"
  },
  "files": [
    "extensions/",
    "skills/",
    "docs/",
    "LICENSE",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "extensions/workflow-guard.ts"
    ],
    "skills": [
      "skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.15",
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^25.9.2",
    "vitest": "^4.0.18"
  }
}
