-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1008 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
{
"name": "Discord-hcaptcha",
"version": "1.0",
"description": "A Discord verification bot using hcaptcha",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "node server.js"
},
"author": "Void",
"license": "MIT",
"devDependencies": {
"better-sqlite3": "^7.0.1",
"dotenv": "^8.2.0",
"node-os-utils": "^1.2.2",
"nodemon": "^2.0.2"
},
"engines": {
"node": "16.6"
},
"dependencies": {
"axios": "^1.7.4",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"discord-oauth2": "^2.9.0",
"discord.js": "^14.11.0",
"ejs": "^3.1.10",
"express": "^4.20.0",
"express-session": "^1.17.2",
"form-data": "^4.0.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"node-fetch": "^3.3.1",
"oauthfix": "^1.0.0",
"passport": "^0.6.0",
"passport-discord.js": "^0.0.6",
"request": "^2.88.2",
"socket.io": "^4.8.0",
"stripe": "^8.222.0"
}
}