Packages
Elixir wrapper around the official TypeScript Claude Agent SDK (@anthropic-ai/claude-agent-sdk).
Current section
Files
Jump to
Current section
Files
priv/node_bridge/package.json
{
"name": "claude-agent-bridge",
"version": "0.1.0",
"description": "Node.js bridge for ClaudeAgent Elixir wrapper",
"main": "dist/bridge.js",
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
}
}