{
  "name": "@cjvnjde/pi-fresh-loop",
  "version": "0.1.3",
  "description": "Run one prompt repeatedly in fresh Pi sessions until its stop condition is met.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cjvnjde/pi-fresh-loop.git"
  },
  "homepage": "https://github.com/cjvnjde/pi-fresh-loop#readme",
  "bugs": {
    "url": "https://github.com/cjvnjde/pi-fresh-loop/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "loop",
    "fresh-context",
    "automation"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.7",
    "@types/node": "^24.0.0",
    "typebox": "^1.1.38",
    "typescript": "^5.9.3",
    "vitest": "^4.1.9"
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "check": "npm run typecheck && npm test"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
