{
  "name": "@mrclrchtr/supi-flow",
  "version": "0.16.0",
  "private": false,
  "description": "PI extension for spec-driven workflow (brainstorm → plan → apply → archive) with TNDM ticket coordination, 7 custom tools, and 5 auto-discovered skills",
  "keywords": [
    "pi-package",
    "pi-extension",
    "tndm",
    "workflow",
    "ticket-coordination"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/mrclrchtr/tandem"
  },
  "main": "extensions/index.ts",
  "dependencies": {
    "typebox": "^1.1.38"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "files": [
    "extensions/",
    "skills/",
    "prompts/",
    "README.md"
  ],
  "devDependencies": {
    "@earendil-works/pi-ai": "0.78.0",
    "@earendil-works/pi-coding-agent": "0.78.0",
    "@types/node": "25.9.4",
    "vitest": "4.1.9"
  }
}
