{
  "name": "pi-librarian",
  "version": "1.3.7",
  "description": "GitHub research subagent package for pi coding agent",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "github",
    "research",
    "subagent"
  ],
  "license": "Apache-2.0",
  "author": "Anton Kuzmenko",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/default-anton/pi-librarian.git"
  },
  "bugs": {
    "url": "https://github.com/default-anton/pi-librarian/issues"
  },
  "homepage": "https://github.com/default-anton/pi-librarian#readme",
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "pack:check": "npm pack --dry-run",
    "release:verify-tag": "node scripts/verify-release-tag.mjs",
    "release:notes": "node scripts/changelog-release-notes.mjs",
    "release:gate": "npm run pack:check",
    "prepublishOnly": "npm run pack:check"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "@earendil-works/pi-tui": "^0.74.0",
    "typebox": "^1.1.31"
  },
  "files": [
    "extensions/",
    "README.md",
    "LICENSE"
  ]
}
