consolidate extension dependencies into single package.json

This commit is contained in:
Thomas G. Lopes
2026-03-05 12:23:26 +00:00
parent c8a646ba3e
commit d40c0620bf
10 changed files with 224 additions and 6491 deletions
@@ -1,24 +0,0 @@
{
"name": "pi-extension-custom-provider-anthropic",
"version": "1.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-extension-custom-provider-anthropic",
"version": "1.5.0",
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0"
}
},
"node_modules/@anthropic-ai/sdk": {
"version": "0.52.0",
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.52.0.tgz",
"integrity": "sha512-d4c+fg+xy9e46c8+YnrrgIQR45CZlAi7PwdzIfDXDM6ACxEZli1/fxhURsq30ZpMZy6LvSkr41jGq5aF5TD7rQ==",
"license": "MIT",
"bin": {
"anthropic-ai-sdk": "bin/cli"
}
}
}
}
@@ -1,23 +0,0 @@
{
"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"
},
"peerDependencies": {
"@mariozechner/pi-ai": "^0.56.0",
"@mariozechner/pi-coding-agent": "^0.56.0"
}
}