UNPKG

bot-command-setter

Version:

Set commands to set and unset Telegram bot commands, names, ‘about’ texts, and descriptions.

50 lines (49 loc) 1 kB
{ "name": "bot-command-setter", "version": "0.0.3", "description": "Set commands to set and unset Telegram bot commands, names, ‘about’ texts, and descriptions.", "main": "dist/main.js", "module": "dist/main.mjs", "exports": { ".": { "import": "./dist/main.mjs", "require": "./dist/main.js" } }, "scripts": { "test": "nodemon test/bot-command-setter.test.js", "build": "tsup source/main.js --format esm,cjs --dts --clean" }, "files": [ "dist" ], "keywords": [ "telegram", "bot", "telegram bot", "command", "commands", "setter", "name", "names", "title", "titles", "bio", "bios", "description", "descriptions" ], "author": "Me", "license": "ISC", "devDependencies": { "@types/node": "^22.14.0", "grammy": "^1.35.0", "nodemon": "^3.1.7", "telegraf": "^4.16.3", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "dependencies": { "teleform": "^1.2.6" } }