-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
36 lines (36 loc) · 803 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
33
34
35
36
{
"name": "telegraf-calendar-telegram",
"version": "2.0.2",
"description": "Inline calendar for Telegram bots using Telegraf framework",
"author": {
"name": "gianlucaparadise",
"email": "[email protected]",
"url": "https://github.com/gianlucaparadise"
},
"license": "Apache-2.0",
"main": "index.js",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/gianlucaparadise/telegraf-calendar-telegram"
},
"scripts": {
"start": "node bin/www",
"test": "jest"
},
"keywords": [
"telegram",
"bot",
"telegraf",
"calendar"
],
"dependencies": {
"telegraf": "^4.8.5"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"dotenv": "^16.0.1",
"eslint": "^8.11.0",
"jest": "^29.4.2"
}
}