telegram-inline-calendar-fixed
Version:
Date and time picker and inline calendar for Node.js telegram bots
41 lines (40 loc) • 803 B
JSON
{
"name": "telegram-inline-calendar-fixed",
"version": "1.7.0",
"description": "Date and time picker and inline calendar for Node.js telegram bots",
"main": "./index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Hello\""
},
"author": "Mirko Distefano -forked by Dmitry Vyazin <mit_vjazin@mail.ru>",
"license": "MIT",
"engines": {
"node": ">=0.12"
},
"keywords": [
"telegram",
"bot",
"calendar",
"telegraf",
"grammy",
"telebot",
"node-telegram-bot-api",
"inline-keyboard",
"time selector",
"time"
],
"dependencies": {
"dayjs": "^1.11.7"
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"homepage": ""
}