-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 743 Bytes
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
{
"name": "pi-setup",
"private": true,
"type": "module",
"scripts": {
"check": "tsc --noEmit",
"test": "vitest run",
"verify": "tsc --noEmit && vitest run"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.212",
"@earendil-works/pi-ai": "^0.80.9",
"@earendil-works/pi-coding-agent": "^0.80.8",
"@earendil-works/pi-tui": "^0.80.9",
"@mozilla/readability": "^0.6.0",
"acorn": "^8.17.0",
"linkedom": "^0.18.13",
"playwright": "^1.61.1",
"turndown": "^7.2.4",
"typebox": "^1.3.6"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@types/turndown": "^5.0.6",
"typescript": "^5.9.3",
"vitest": "^4.0.5"
},
"engines": {
"node": ">=22.19.0"
}
}