-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1010 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
{
"name": "@grammyjs/menu-pagination",
"version": "1.0.0",
"description": "Pagination addon for Menu Plugin",
"homepage": "https://github.com/grammyjs/menu-pagination",
"main": "./out/mod.js",
"type": "commonjs",
"scripts": {
"prepare": "npm run backport",
"backport": "deno2node tsconfig.json"
},
"bin": "./out/init.js",
"repository": {
"type": "git",
"url": "https://github.com/grammyjs/menu-pagination.git"
},
"exports": {
".": "./out/mod.js"
},
"files": [
"out/"
],
"author": "Camelik",
"license": "MIT",
"bugs": {
"url": "https://github.com/grammyjs/menu-pagination/issues"
},
"peerDependencies": {
"grammy": "^1.19.2"
},
"devDependencies": {
"deno2node": "1.10.1"
},
"keywords": [
"grammY",
"pagination",
"plugin"
],
"dependencies": {
"fs-extra": "^11.1.1",
"inquirer": "^9.2.11"
}
}