-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 966 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
{
"name": "telegram-captcha",
"version": "1.2.0",
"description": "Protect telegram groups from automated bots.",
"main": "./index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"author": "Dmitry Vyazin <[email protected]>",
"license": "MIT",
"keywords": [
"telegram",
"bot",
"calendar",
"node-telegram-bot-api",
"inline-keyboard",
"captcha"
],
"dependencies": {
"node-telegram-bot-api": "^0.60.0",
"canvas": "^2.11.0",
"canvg": "^4.0.1",
"node-fetch": "^3.3.0",
"opentype.js": "^1.3.4",
"randomcolor": "^0.6.2",
"svg-captcha": "^1.4.0",
"humanize-duration": "^3.28.0",
"@xmldom/xmldom": "^0.8.7"
},
"repository": {
"type": "git",
"url": "https://github.com/VDS13/telegram-captcha.git"
},
"bugs": {
"url": "https://github.com/VDS13/telegram-captcha/issues"
},
"homepage": "https://github.com/VDS13/telegram-captcha"
}