co-mono/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json
2026-02-02 19:36:08 +01:00

19 lines
375 B
JSON

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