{
  "name": "pi-web-surf",
  "version": "1.0.1",
  "description": "Pi extension: internet search and web scraping via ketch CLI. Gives pi the ability to search DuckDuckGo/Brave/SearXNG/Exa and scrape any URL to clean markdown.",
  "keywords": [
    "pi-extension",
    "pi-package",
    "pi-coding-agent",
    "internet-search",
    "web-search",
    "web-scraping",
    "ketch",
    "duckduckgo",
    "ai-tools",
    "ai-agent",
    "coding-assistant",
    "web-surf"
  ],
  "license": "MIT",
  "author": "yanralapdy",
  "main": "./index.ts",
  "pi": {
    "extensions": ["./index.ts"]
  },
  "files": [
    "index.ts",
    "helpers.ts",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yanralapdy/pi-web-surf.git"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
