Files
sproutclaw/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json
Mario Zechner f4efeb2ba5 Release v0.71.0
2026-05-01 01:03:02 +02:00

20 lines
376 B
JSON

{
"name": "pi-extension-custom-provider-anthropic",
"private": true,
"version": "0.71.0",
"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"
}
}