mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-02-12 17:22:50 +00:00
Anthropic rebranded the SDK in 2025 from "Claude Code SDK" to "Claude Agent SDK". Updated all references across package.json, Dockerfile, and documentation to use the current @anthropic-ai/claude-agent-sdk package. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
480 B
JSON
25 lines
480 B
JSON
{
|
|
"name": "shannon",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "shannon.mjs",
|
|
"scripts": {
|
|
"start": "./shannon.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
|
|
"ajv": "^8.12.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"boxen": "^8.0.1",
|
|
"chalk": "^5.0.0",
|
|
"figlet": "^1.9.3",
|
|
"gradient-string": "^3.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"zod": "^3.22.4",
|
|
"zx": "^8.0.0"
|
|
},
|
|
"bin": {
|
|
"shannon": "./shannon.mjs"
|
|
}
|
|
}
|