{ "name": "bot", "version": "1.0.0", "type": "module", "main": "dist/index.cjs", "scripts": { "build": "tsup", "dev": "dotenv -e ../../.env.local tsx watch src/index.ts", "start": "node dist/index.cjs", "lint": "eslint", "lint-staged": "lint-staged" }, "keywords": [ "telegram", "bot", "tiktok", "instagram", "video", "download" ], "dependencies": { "@grammyjs/auto-chat-action": "^0.1.1", "@grammyjs/commands": "^1.1.0", "@grammyjs/hydrate": "^1.4.1", "@grammyjs/i18n": "^1.1.2", "@grammyjs/parse-mode": "^2.2.0", "@grammyjs/ratelimiter": "^1.2.1", "@grammyjs/runner": "^2.0.3", "@grammyjs/storage-redis": "^2.5.1", "@grammyjs/types": "^3.21.0", "@repo/typescript-config": "workspace:*", "@types/node": "catalog:", "axios": "^1.12.0", "grammy": "^1.37.0", "ioredis": "^5.7.0", "pino": "^9.9.0", "pino-pretty": "^13.1.1", "radashi": "^12.6.2", "tsup": "^8.5.0", "typescript": "catalog:", "zod": "catalog:" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/lint-staged-config": "workspace:*", "dotenv-cli": "catalog:", "lint-staged": "catalog:", "tsx": "^4.20.4" } }