{
  "name": "@jeonghyeon.net/pi-web-access",
  "version": "0.10.7",
  "description": "Web search, URL fetching, GitHub repo cloning, PDF extraction, YouTube video understanding, and local video analysis for Pi coding agent",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "web-search",
    "perplexity",
    "fetch",
    "scraping"
  ],
  "author": "jeonghyeon.net",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeonghyeon-net/pi-web-access.git"
  },
  "bugs": {
    "url": "https://github.com/jeonghyeon-net/pi-web-access/issues"
  },
  "homepage": "https://github.com/jeonghyeon-net/pi-web-access#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "linkedom": "^0.16.0",
    "p-limit": "^6.1.0",
    "turndown": "^7.2.0",
    "unpdf": "^1.4.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "video": "https://github.com/jeonghyeon-net/pi-web-access/raw/refs/heads/main/pi-web-fetch-demo.mp4"
  }
}
