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