Files
dotfiles/pi/files/agent/extensions/custom-provider-anthropic/package.json
2026-02-21 12:56:20 +00:00

20 lines
375 B
JSON

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