57dd464f37
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"name": "claude-telegram-bot",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run src/index.ts",
|
|
"dev": "bun --watch run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"grammy": "^1.35.0",
|
|
"@anthropic-ai/claude-agent-sdk": "^0.1.0",
|
|
"dotenv": "^16.4.0"
|
|
}
|
|
}
|