{
  "name": "pi-greybeard",
  "version": "1.2.1",
  "description": "A wizened principal-engineer overlay for pi: a coding ladder and anti-slop writing standards with in-editor enforcement.",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "code-review",
    "writing",
    "yagni"
  ],
  "license": "MIT",
  "type": "module",
  "author": "Grainologic",
  "homepage": "https://github.com/grainologic/greybeard",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grainologic/greybeard.git"
  },
  "files": [
    "index.ts",
    "lib/",
    "resources/",
    "standards/",
    "skills/",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/grainologic/greybeard/main/resources/greybeard.png"
  }
}
