-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.16 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
49
50
51
52
{
"license": "MIT",
"type": "module",
"version": "1.0.0",
"main": "index.mjs",
"types": "index.d.mts",
"name": "vercel-grammy",
"funding": "https://PonomareVlad.ru/donate",
"description": "Utilities for grammY on Vercel",
"homepage": "https://github.com/PonomareVlad/Vercel-grammY#readme",
"author": "Vladislav Ponomarev <PonomareVlad@users.noreply.github.com> (https://PonomareVlad.ru)",
"repository": {
"type": "git",
"url": "git+https://github.com/PonomareVlad/Vercel-grammY.git"
},
"bugs": {
"url": "https://github.com/PonomareVlad/Vercel-grammY/issues"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"grammy": "*"
},
"devDependencies": {
"@grammyjs/types": "^3.2.2",
"@types/node": "^20.11.24",
"@types/node-fetch": "^2.6.11",
"abort-controller": "^3.0.0",
"grammy": "^1.21.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"files": [
"LICENSE",
"index.*",
"*.json",
"*.md"
],
"keywords": [
"serverless",
"telegram",
"workers",
"worker",
"grammY",
"vercel",
"edge",
"bot",
"web"
]
}