{
  "name": "@zhushanwen/pi-coding-workflow",
  "version": "0.4.1",
  "description": "Coding workflow tools for Pi — L1/L2/L3 design + execution orchestration with machine-enforced test gates.",
  "type": "module",
  "main": "./index.ts",
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "workflows": [
      "./workflows"
    ]
  },
  "keywords": [
    "pi-package",
    "extension",
    "coding-workflow",
    "test-gate",
    "tdd"
  ],
  "license": "MIT",
  "files": [
    "src/",
    "index.ts",
    "lib/",
    "skills/",
    "mocks/",
    "workflows/"
  ],
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.8",
    "vitest": "^4.1.8"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    }
  },
  "scripts": {
    "typecheck": "npx tsc --noEmit",
    "test": "vitest run"
  }
}