-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 931 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
37
38
39
40
41
42
43
44
{
"name": "telegram-keyboard",
"version": "2.3.5",
"description": "Keyboard builder for Telegram Bot",
"author": "Stas Kardash [email protected]",
"main": "lib/index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "ava test/*"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RealPeha/telegram-keyboard"
},
"bugs": {
"url": "https://github.com/RealPeha/telegram-keyboard/issues"
},
"homepage": "https://github.com/RealPeha/telegram-keyboard#readme",
"engines": {
"node": ">=14"
},
"files": [
"typings/*.ts",
"lib/*.js"
],
"keywords": [
"telegram-bot-api",
"telegram",
"bot",
"bot-keyboard",
"telegram-keyboard",
"inline-keyboard",
"keyboard",
"keyboard-builder",
"telegraf-keyboard"
],
"devDependencies": {
"ava": "^3.13.0"
},
"dependencies": {
"typegram": "^5.2.0"
}
}