-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 938 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
{
"name": "djscaptcha",
"version": "1.4.2",
"main": "src/index.cjs",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"engines": {
"node": ">=9.8.1 <=20.5.0"
},
"keywords": [
"discord.js",
"discord",
"captcha",
"discord.js-captcha",
"djscaptcha",
"recaptcha",
"turing",
"robot",
"verification",
"discord verification",
"security",
"Open Source"
],
"author": "Adam",
"license": "GPL-3.0",
"description": "A NPM module made to create a CAPTCHA to present to server members.",
"dependencies": {
"canvas": "^2.9.3",
"discord.js": "^14.1.2",
"node-fetch": "^3.3.2",
"np": "^9.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdamT20054/DJSCaptcha.git"
},
"bugs": {
"url": "https://github.com/AdamT20054/DJSCaptcha/issues"
},
"homepage": "https://github.com/AdamT20054/DJSCaptcha#readme"
}