{
  "name": "pi-web-research",
  "version": "1.0.1",
  "type": "module",
  "description": "Token-saving web research for the pi coding agent — a sub-agent pipeline distills search results and pages into cited briefings instead of dumping them into context. Kagi + Wyna backends, SSRF-guarded, privacy-focused.",
  "license": "MIT",
  "author": "Wyna Informatik GmbH (https://wyna-informatik.ch)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wynainfo/pi-web-research.git"
  },
  "homepage": "https://github.com/wynainfo/pi-web-research#readme",
  "bugs": {
    "url": "https://github.com/wynainfo/pi-web-research/issues"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "web-research",
    "web-search",
    "kagi",
    "wyna",
    "readability",
    "llms-txt"
  ],
  "scripts": {
    "test": "node --test"
  },
  "files": [
    "src",
    "!src/**/*.test.ts"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "video": "https://github.com/wynainfo/pi-web-research/releases/download/v1.0.1/pi-web-research-demo-web.mp4"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "jsdom": "^29.1.1",
    "turndown": "^7.2.0"
  },
  "optionalDependencies": {
    "playwright": "^1.60.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20"
  }
}
