forked from nicobailon/pi-web-access
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "pi-web-access",
"version": "0.28.0",
"description": "Web search, URL fetching, GitHub repo cloning, PDF extraction, YouTube video understanding, and local video analysis for Pi coding agent. Supports OpenAI, Brave, Parallel, TinyFish, Search1API, Searchinfinity, Querit, Tavily, Firecrawl, Jina, SERPdive, Kagi, Ollama, AnySearch, Bright Data SERP, SerpBase, SearXNG, Exa, Perplexity, Gemini, Kimi, and Mistral.",
"type": "module",
"scripts": {
"test": "node --test",
"typecheck": "tsc",
"audit:runtime": "npm audit --omit=dev --omit=peer"
},
"keywords": [
"pi-package",
"pi",
"pi-coding-agent",
"extension",
"web-search",
"tinyfish",
"search1api",
"searchinfinity",
"querit",
"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",
"files": [
"*.ts",
"CHANGELOG.md",
"SECURITY.md",
"banner.png",
"pi-web-fetch-demo.mp4"
],
"devDependencies": {
"@types/turndown": "^5.0.6",
"typescript": "^7.0.2"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"defuddle": "0.19.3",
"linkedom": "^0.16.0",
"p-limit": "^6.1.0",
"promise.try": "^2.0.1",
"turndown": "^7.2.0",
"typebox": "^1.1.38",
"unpdf": "^1.6.2",
"undici": "^8.9.0"
},
"peerDependencies": {
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*"
},
"pi": {
"extensions": [
"./index.ts"
],
"video": "https://github.com/nicobailon/pi-web-access/raw/refs/heads/main/pi-web-fetch-demo.mp4"
}
}