{
  "name": "pi-search-kit",
  "version": "2.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://codeberg.org/huanghui/pi-search-kit.git"
  },
  "description": "LLM-driven web search and content extraction extension for Pi — built-in Tavily, AnySearch, and Jina providers.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "search",
    "web-search",
    "tavily",
    "anysearch",
    "jina"
  ],
  "author": "huanghui",
  "license": "MIT",
  "files": [
    "index.ts",
    "src/",
    "LICENSE",
    "README.md",
    "README.zh-CN.md",
    "CONTEXT.md",
    "docs/"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.5",
    "@earendil-works/pi-ai": "0.82.1",
    "@earendil-works/pi-coding-agent": "0.82.1",
    "@earendil-works/pi-tui": "0.82.1",
    "@types/node": "24.13.0",
    "tsx": "4.22.1",
    "typebox": "1.3.8",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "tsx --test test/**/*.test.ts",
    "check": "biome check . && tsc --noEmit",
    "prepublishOnly": "npm run check && npm run test"
  },
  "homepage": "https://codeberg.org/huanghui/pi-search-kit#readme",
  "bugs": {
    "url": "https://codeberg.org/huanghui/pi-search-kit/issues"
  }
}
