-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.08 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
{
"name": "pi-fox",
"version": "1.0.6",
"description": "Browser automation + multi-provider web search for your pi agent — with automatic screenshot audit trail (optional).",
"main": "index.ts",
"files": [
"index.ts",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"pi-extension",
"browser",
"playwright",
"firefox",
"web-search",
"content-fetch",
"supervised-mode"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vaniteav/pi-fox.git"
},
"author": "vanitea",
"license": "MIT",
"type": "commonjs",
"peerDependencies": {
"@earendil-works/pi-ai": "*",
"@earendil-works/pi-coding-agent": "*"
},
"dependencies": {
"playwright": "^1.60.0",
"turndown": "^7.2.4"
},
"pi": {
"extensions": [
"./index.ts"
]
},
"devDependencies": {
"@sinclair/typebox": "^0.34.49",
"@types/node": "^25.9.2",
"@types/turndown": "^5.0.6",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
}
}