{
  "name": "@xaccefy/pi-lookup",
  "version": "0.5.7",
  "description": "Web search, page fetch, library docs (Context7), and GitHub repo Q&A (DeepWiki) for Pi Agent",
  "keywords": [
    "pi-package",
    "pi-extension",
    "xpi",
    "web-search",
    "lookup",
    "documentation"
  ],
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/x4cc3/pi-xpi.git",
    "directory": "packages/pi-lookup"
  },
  "homepage": "https://github.com/x4cc3/pi-xpi/tree/main/packages/pi-lookup#readme",
  "bugs": {
    "url": "https://github.com/x4cc3/pi-xpi/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "src/index.ts",
    "src/websearch.ts",
    "src/context7.ts",
    "src/deepwiki.ts",
    "src/cache.ts",
    "README.md",
    "LICENSE"
  ],
  "main": "src/index.ts",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "dependencies": {
    "@sinclair/typebox": "^0.32.34",
    "open-websearch": "^2.1.11"
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  }
}
