Files
dotfiles/pi/files/agent/extensions/pi-web-access/package.json
2026-02-19 22:23:48 +00:00

43 lines
1.0 KiB
JSON

{
"name": "pi-web-access",
"version": "0.10.2",
"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": "Nico Bailon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nicobailon/pi-web-access.git"
},
"bugs": {
"url": "https://github.com/nicobailon/pi-web-access/issues"
},
"homepage": "https://github.com/nicobailon/pi-web-access#readme",
"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/nicobailon/pi-web-access/raw/refs/heads/main/pi-web-fetch-demo.mp4"
}
}