{
  "name": "@0xkobold/pi-web",
  "version": "0.2.0",
  "description": "Web search and content extraction for pi agents — DuckDuckGo/SearX search, cascade fetching (fast → readability → Playwright), deep research",
  "author": "0xKobold",
  "license": "MIT",
  "keywords": ["pi-package", "pi-extension", "web", "search", "fetch", "scraping", "playwright"],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "src/",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "bun test",
    "prepublishOnly": "rm -rf dist && tsc"
  },
  "dependencies": {},
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": ">=0.65.0",
    "@sinclair/typebox": ">=0.32.0"
  },
  "optionalDependencies": {
    "playwright": "^1.40.0"
  },
  "devDependencies": {
    "@types/node": "^20.19.37",
    "typescript": "^6.0.2"
  },
  "pi": {
    "extensions": ["./dist/index.js"]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/0xKobold/pi-web.git"
  }
}