{
  "name": "@pi-stef/flow",
  "version": "0.11.3",
  "description": "Pi extension for reusable multi-agent workflows and CodeRabbit-style code audit. Built on pi-subagents + pi-dynamic-workflows.",
  "type": "module",
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [],
    "companions": [
      "git:github.com/obra/superpowers"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@tintinweb/pi-subagents": "*",
    "@quintinshaw/pi-dynamic-workflows": "*"
  },
  "dependencies": {
    "@sinclair/typebox": "*",
    "js-yaml": "^4.1.0",
    "@pi-stef/paths": "0.3.4"
  },
  "devDependencies": {
    "@types/js-yaml": "*",
    "typescript": "*",
    "vitest": "*"
  },
  "files": [
    "src/",
    "extensions/",
    "skills/",
    "templates/",
    "agents/",
    "workflows/",
    "bin/"
  ],
  "bin": {
    "notify-telegram.sh": "./bin/notify-telegram.sh"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "flow",
    "workflow",
    "plan",
    "implement",
    "audit"
  ],
  "license": "MIT",
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}