forked from prateekmedia/claude-agent-sdk-pi
-
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) · 670 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 670 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": "@alexion42/claude-agent-sdk-pi",
"version": "1.0.23",
"keywords": [
"pi-package"
],
"type": "module",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.183",
"@anthropic-ai/sdk": "^0.105.0",
"change-case": "^5.4.4"
},
"peerDependencies": {
"@earendil-works/pi-ai": "^0.79.7",
"@earendil-works/pi-coding-agent": "^0.79.7"
},
"devDependencies": {
"@earendil-works/pi-ai": "^0.79.7",
"@earendil-works/pi-coding-agent": "^0.79.7",
"@types/node": "^26.0.0",
"typescript": "^6.0.3"
},
"publishConfig": {
"access": "public"
},
"pi": {
"extensions": [
"./index.ts"
]
}
}