{
  "name": "pi-anysearch-tools",
  "version": "0.3.4",
  "description": "Proactive AnySearch web access for Pi: one anysearch entry for 1-5 general or vertical queries with in-tool domain discovery, plus anysearch_extract for full pages. Built for current facts, source-backed claims, news, prices, papers, docs, and recommendations; supports anonymous fallback and /anysearch-setup.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "web-search",
    "anysearch"
  ],
  "license": "MIT",
  "author": {
    "name": "xyh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XiaYiHann/pi-anysearch-tools.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "*.ts",
    "scripts/",
    "README.md",
    ".env.example",
    "banner.png"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs",
    "test": "node --experimental-strip-types --test test/anysearch.test.ts",
    "test:e2e": "node --experimental-strip-types --test test/e2e.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "^0.84.2",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "^0.84.2",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://raw.githubusercontent.com/XiaYiHann/pi-anysearch-tools/main/banner.png"
  }
}
