{ "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" } }