{
  "name": "@xaccefy/pi-webxp",
  "version": "0.9.4",
  "description": "Web search, page fetch, library docs, repo Q&A, and exploit technique search for Pi Agent",
  "keywords": [
    "pi-package",
    "pi-extension",
    "xpi",
    "web-search",
    "lookup",
    "documentation",
    "security",
    "exploit",
    "bug-bounty"
  ],
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xaccefy/pi-xpi.git",
    "directory": "packages/pi-webxp"
  },
  "homepage": "https://github.com/xaccefy/pi-xpi/tree/main/packages/pi-webxp#readme",
  "bugs": {
    "url": "https://github.com/xaccefy/pi-xpi/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "src/index.ts",
    "src/websearch.ts",
    "src/httprequest.ts",
    "src/network-safety.ts",
    "src/context7.ts",
    "src/deepwiki.ts",
    "src/exploitsearch.ts",
    "README.md",
    "LICENSE"
  ],
  "main": "src/index.ts",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "dependencies": {
    "@xaccefy/pi-shared": "0.9.4",
    "open-websearch": "^2.1.11",
    "tough-cookie": "^6.0.2",
    "undici": "^8.9.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
