{
  "name": "pi-loopflows",
  "version": "0.2.0",
  "description": "Deterministic loop workflows for Pi subagents: steps, gates, feedback loops, and artifacts.",
  "license": "MIT",
  "author": "Nikita Nosov <20nik.nosov21@gmail.com>",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "agent-workflows",
    "subagents",
    "loopflows",
    "ai-agents"
  ],
  "homepage": "https://github.com/nik1t7n/pi-loopflows#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nik1t7n/pi-loopflows.git"
  },
  "bugs": {
    "url": "https://github.com/nik1t7n/pi-loopflows/issues"
  },
  "files": [
    "extensions",
    "loopflows",
    "skills",
    "scripts",
    "README.md",
    "VERSIONING.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "@earendil-works/pi-tui": "^0.79.9",
    "@types/node": "^26.0.0",
    "typebox": "latest",
    "typescript": "latest"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "pack:check": "npm pack --dry-run",
    "validate": "node scripts/validate.mjs",
    "prepublishOnly": "npm run validate && npm run typecheck && npm run pack:check"
  }
}
