-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
48 lines (48 loc) · 1.05 KB
/
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
45
46
47
48
{
"name": "@grammyjs/conversations",
"description": "Conversational interfaces for grammY",
"version": "1.2.0",
"author": "KnorpelSenf",
"license": "MIT",
"engines": {
"node": "^12.20.0 || >=14.13.1"
},
"homepage": "https://grammy.dev/",
"repository": {
"type": "git",
"url": "https://github.com/grammyjs/grammY"
},
"scripts": {
"prepare": "npm run backport",
"backport": "deno2node tsconfig.json"
},
"dependencies": {
"debug": "^4.3.4",
"o-son": "^1.0.1"
},
"peerDependencies": {
"grammy": "^1.20.1"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/node": "^12.20.55",
"deno2node": "^1.8.1"
},
"files": [
"out/"
],
"main": "./out/mod.js",
"types": "./out/mod.d.ts",
"keywords": [
"telegram",
"bot",
"api",
"client",
"framework",
"library",
"grammy",
"conversations",
"scenes",
"wizards"
]
}