| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "@anthropic-ai/claude-agent-sdk",
- "version": "0.2.88",
- "main": "sdk.mjs",
- "types": "sdk.d.ts",
- "exports": {
- ".": {
- "types": "./sdk.d.ts",
- "default": "./sdk.mjs"
- },
- "./embed": {
- "types": "./embed.d.ts",
- "default": "./embed.js"
- },
- "./browser": {
- "types": "./browser-sdk.d.ts",
- "default": "./browser-sdk.js"
- },
- "./bridge": {
- "types": "./bridge.d.ts",
- "default": "./bridge.mjs"
- },
- "./sdk-tools": {
- "types": "./sdk-tools.d.ts"
- },
- "./sdk-tools.js": {
- "types": "./sdk-tools.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": {
- "@anthropic-ai/sdk": "^0.74.0",
- "@modelcontextprotocol/sdk": "^1.27.1"
- },
- "peerDependencies": {
- "zod": "^4.0.0"
- },
- "optionalDependencies": {
- "@img/sharp-darwin-arm64": "^0.34.2",
- "@img/sharp-darwin-x64": "^0.34.2",
- "@img/sharp-linux-arm": "^0.34.2",
- "@img/sharp-linux-arm64": "^0.34.2",
- "@img/sharp-linux-x64": "^0.34.2",
- "@img/sharp-linuxmusl-arm64": "^0.34.2",
- "@img/sharp-linuxmusl-x64": "^0.34.2",
- "@img/sharp-win32-arm64": "^0.34.2",
- "@img/sharp-win32-x64": "^0.34.2"
- },
- "claudeCodeVersion": "2.1.88"
- }
|