22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"name": "keyboard-reset-bot",
|
|
"version": "1.0.0",
|
|
"description": "A minimal Telegram bot that removes reply keyboard buttons in group chats",
|
|
"main": "bot.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node bot.js"
|
|
},
|
|
"keywords": [
|
|
"telegram",
|
|
"bot",
|
|
"keyboard",
|
|
"reset"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"telegraf": "^4.15.0",
|
|
"dotenv": "^16.3.1"
|
|
}
|
|
} |