Files
sproutclaw/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json
Mario Zechner 2a356dca4d Release v0.67.6
2026-04-16 23:25:54 +02:00

20 lines
376 B
JSON

{
"name": "pi-extension-custom-provider-anthropic",
"private": true,
"version": "1.18.6",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",
"build": "echo 'nothing to build'",
"check": "echo 'nothing to check'"
},
"pi": {
"extensions": [
"./index.ts"
]
},
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0"
}
}