{
  "name": "pi-finder-subagent",
  "version": "1.5.8",
  "description": "Read-only local workspace scout subagent package for pi agents (code + personal files)",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "finder",
    "subagent",
    "workspace-search",
    "code-search",
    "personal-assistant"
  ],
  "license": "Apache-2.0",
  "author": "Anton Kuzmenko",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/default-anton/pi-finder.git"
  },
  "bugs": {
    "url": "https://github.com/default-anton/pi-finder/issues"
  },
  "homepage": "https://github.com/default-anton/pi-finder#readme",
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "pack:check": "npm pack --dry-run",
    "prepublishOnly": "npm run pack:check",
    "release:verify-tag": "node scripts/verify-release-tag.mjs",
    "release:notes": "node scripts/changelog-release-notes.mjs",
    "release:gate": "npm ci && 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.0.0"
  },
  "files": [
    "extensions/",
    "README.md",
    "LICENSE"
  ]
}
