{ "name": "telegram-agentic-bot-hf", "version": "2.0.0", "description": "Telegram Agentic Chat Bot — Gemini AI + z-ai tools", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "telegraf": "^4.16.3", "@google/generative-ai": "^0.21.0", "z-ai-web-dev-sdk": "^0.0.18" } }