feat: scaffold project with bun, grammy, claude-agent-sdk
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user