{
  "name": "pi-for-each",
  "version": "0.1.2",
  "description": "pi extension: a $each@ prompt-loop editor feature with variable insertion over directory children or file lines.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "prompt-loop",
    "for-loop"
  ],
  "license": "MIT",
  "author": "jejay",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jejay/pi-for-each.git"
  },
  "homepage": "https://github.com/jejay/pi-for-each#readme",
  "main": "index.ts",
  "files": [
    "index.ts",
    "README.md",
    "pi-for-preview.png",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/jejay/pi-for-each/main/pi-for-preview.png"
  }
}
