19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "@workspace/integrations-anthropic-ai",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./batch": "./src/batch/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
"p-limit": "^7.3.0",
|
|
"p-retry": "^7.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:"
|
|
}
|
|
}
|