Files
pi/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json
T
2026-06-16 23:59:14 +02:00

20 lines
375 B
JSON

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