This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
72 lines (72 loc) · 1.78 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "vcodes",
"version": "1.3.2",
"description": "vcodes.xyz",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"format": "prettier . --write",
"pretest": "prettier . --check"
},
"dependencies": {
"@discordjs/rest": "^1.7.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"canvas": "^2.8.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
"discord-api-types": "^0.37.42",
"discord.js": "^14.11.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-minify-html": "^0.12.0",
"express-minify-html-terser": "^1.0.2",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"fs": "^0.0.2",
"geoip-lite": "^1.4.2",
"hastebin-gen": "^2.0.5",
"helmet": "^4.4.1",
"http": "0.0.1-security",
"ipware": "^2.0.0",
"jimp": "^0.16.1",
"jquery": "^3.6.0",
"level-session-store": "^2.2.0",
"marked": "^2.0.0",
"memorystore": "^1.6.4",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.11.17",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"quick.db": "7.1.3",
"rate-limit-mongo": "^2.3.1",
"referrer-policy": "^1.2.0",
"request": "^2.88.2",
"socket.io": "^4.0.1",
"sweetalert": "^2.1.2",
"sweetalert2": "10.15.6",
"vcodes.js": "1.0.1-renewed"
},
"engines": {
"node": "18.x"
},
"repository": {
"url": "https://github.com/vcodes-xyz/benedict"
},
"keywords": [
"vcodes.xyz"
],
"author": "clqu.live & voiddevs.org",
"devDependencies": {
"nodemon": "^2.0.20",
"prettier": "^2.8.7"
}
}