{
  "name": "@resolutedev/pi-flow",
  "version": "2.0.0",
  "description": "Multi-stage development workflow orchestrator for pi",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dev-resolute/pi-flow.git"
  },
  "homepage": "https://github.com/dev-resolute/pi-flow#readme",
  "bugs": "https://github.com/dev-resolute/pi-flow/issues",
  "type": "module",
  "files": [
    "extensions",
    "src",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "vitest": "^1.0.0",
    "yaml": "^2.9.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
