20260109
This commit is contained in:
40
requirement-web/node_modules/@anthropic-ai/claude-agent-sdk/package.json
generated
vendored
Normal file
40
requirement-web/node_modules/@anthropic-ai/claude-agent-sdk/package.json
generated
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "@anthropic-ai/claude-agent-sdk",
|
||||
"version": "0.1.76",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user