{
  "name": "@entelligentsia/pi-ralph",
  "version": "1.0.1",
  "description": "Iterative goal-achievement loop for pi — Generator→Critique→Judge, streaming output as it happens",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "llm",
    "agent",
    "iterative",
    "refinement"
  ],
  "license": "MIT",
  "author": "Entelligentsia",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Entelligentsia/pi-ralph.git"
  },
  "homepage": "https://github.com/Entelligentsia/pi-ralph#readme",
  "bugs": {
    "url": "https://github.com/Entelligentsia/pi-ralph/issues"
  },
  "main": "index.ts",
  "files": [
    "index.ts",
    "types.ts",
    "renderer.ts",
    "prompts.ts",
    "helpers.ts",
    "llm.ts",
    "argParser.ts",
    "agents/"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.1.0"
  },
  "publishConfig": {
    "access": "public"
  }
}