2026-01-09 11:22:42 +08:00
{
"name" : "@anthropic-ai/claude-agent-sdk" ,
2026-01-09 13:36:01 +08:00
"version" : "0.1.75" ,
2026-01-09 11:22:42 +08:00
"main" : "sdk.mjs" ,
"types" : "sdk.d.ts" ,
"engines" : {
"node" : ">=18.0.0"
} ,
"type" : "module" ,
"author" : "Anthropic <support@anthropic.com>" ,
"license" : "SEE LICENSE IN README.md" ,
"description" : "SDK for building AI agents with Claude Code's capabilities. Programmatically interact with Claude to build autonomous agents that can understand codebases, edit files, and execute workflows." ,
"homepage" : "https://github.com/anthropics/claude-agent-sdk-typescript" ,
"bugs" : {
"url" : "https://github.com/anthropics/claude-agent-sdk-typescript/issues"
} ,
"keywords" : [
"ai" ,
"agent" ,
"sdk" ,
"claude" ,
"anthropic" ,
"automation" ,
"code-generation"
] ,
"dependencies" : { } ,
"peerDependencies" : {
"zod" : "^3.24.1 || ^4.0.0"
} ,
"optionalDependencies" : {
"@img/sharp-darwin-arm64" : "^0.33.5" ,
"@img/sharp-darwin-x64" : "^0.33.5" ,
"@img/sharp-linux-arm" : "^0.33.5" ,
"@img/sharp-linux-arm64" : "^0.33.5" ,
"@img/sharp-linux-x64" : "^0.33.5" ,
"@img/sharp-linuxmusl-arm64" : "^0.33.5" ,
"@img/sharp-linuxmusl-x64" : "^0.33.5" ,
"@img/sharp-win32-x64" : "^0.33.5"
}
}