@wasserstoff/mangi-tg-bot
Version:
A powerful Telegram Bot SDK with built-in authentication, session management, and database integration
61 lines (60 loc) • 1.54 kB
JSON
{
"name": "@wasserstoff/mangi-tg-bot",
"version": "1.2.15",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"telegram",
"bot",
"sdk",
"authentication",
"jwt",
"grammy",
"telegram-bot",
"telegram-api",
"redis",
"logging"
],
"author": "Wasserstoff",
"license": "ISC",
"description": "A powerful Telegram Bot SDK with built-in authentication, session management, and database integration",
"repository": {
"type": "git",
"url": "git+https://github.com/AmanUpadhyay1609/-wasserstoff-mangi-tg-bot.git"
},
"homepage": "https://mangi-bot-docs.vercel.app",
"bugs": {
"url": "https://github.com/AmanUpadhyay1609/-wasserstoff-mangi-tg-bot/issues"
},
"dependencies": {
"@grammyjs/storage-redis": "^2.5.1",
"dotenv": "^16.5.0",
"grammy": "^1.36.0",
"grammy-middlewares": "^1.0.11",
"input": "^1.0.1",
"ioredis": "^5.6.1",
"jsonwebtoken": "^9.0.2",
"node-biginteger": "^0.0.10",
"node-graceful-shutdown": "^1.1.5",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"source-map-support": "^0.5.21",
"telegram": "^2.26.22"
},
"devDependencies": {
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.14.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}