zai-telegram-bot / package.json
Dubberkuro's picture
Initial deploy - Level Max v2.0
f9f9df4 verified
Raw
History Blame Contribute Delete
413 Bytes
{
"name": "telegram-agentic-bot",
"version": "1.0.0",
"description": "Telegram Agentic Chat Bot with AI, Web Search & Image Generation",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"telegraf": "^4.16.3",
"z-ai-web-dev-sdk": "^0.0.18"
}
}