-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "@incetarik/telegram-inline-menu",
"version": "0.1.8",
"description": "A library for providing inline menus with an ease for Telegraf library based applications.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/incetarik/telegram-inline-menu.git"
},
"keywords": [
"telegraf",
"telegram",
"inline-menu",
"telegram-inline-menu",
"telegraf-inline-menu"
],
"author": "Tarık İnce <incetarik@hotmail.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/incetarik/telegram-inline-menu/issues"
},
"homepage": "https://github.com/incetarik/telegram-inline-menu#readme",
"dependencies": {
"telegraf": "3.37.0",
"nanoid": "3.3.8"
},
"devDependencies": {
"typescript": "3.9.5",
"@types/nanoid": "2.1.0"
},
"types": "dist/index.d.ts"
}