forked from gianlucaparadise/telegraf-calendar-telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 734 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "telegraf-calendar-telegram",
"version": "1.5.7",
"description": "Inline calendar for Telegram bots using Telegraf framework",
"author": {
"name": "gianlucaparadise",
"email": "gianlucaparadise@gmail.com",
"url": "https://github.com/gianlucaparadise"
},
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/gianlucaparadise/telegraf-calendar-telegram"
},
"scripts": {
"start": "node bin/www",
"deploy": "now --public && now alias && now remove telegraf-calendar-telegram --safe -y"
},
"keywords": [
"telegram",
"bot",
"telegraf",
"calendar"
],
"dependencies": {
"telegraf": "^3.25.0"
},
"devDependencies": {
"eslint": "^3.19.0"
}
}