-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 960 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/parse-mode",
"version": "1.10.0",
"description": "Plugin for hydrating ctx with familiar reply variants and for setting default parse_mode",
"author": "KnightNiwrem",
"license": "MIT",
"main": "dist/mod.js",
"types": "dist/mod.d.ts",
"engines": {
"node": ">=14.13.1"
},
"homepage": "https://github.com/grammyjs/parse-mode",
"repository": {
"type": "git",
"url": "git+https://github.com/grammyjs/parse-mode.git"
},
"bugs": {
"url": "https://github.com/grammyjs/parse-mode/issues"
},
"scripts": {
"prepare": "npm run build",
"build": "deno2node tsconfig.json"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@types/node": "^16.6.1",
"deno2node": "^1.8.1",
"grammy": "^1.20.1"
},
"peerDependencies": {
"grammy": "^1.20.1"
},
"files": [
"dist/"
],
"keywords": [
"bot",
"grammy",
"middleware",
"parse",
"transformer"
]
}