forked from Astra-Development/Discord-Bot-List-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "LuckyBotList",
"version": "3.0.0",
"description": "A discord bot list.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"devStart": "nodemon src/index.js"
},
"dependencies": {
"body-parser": "1.19.0",
"canvas": "^2.8.0",
"canvas-constructor": "^4.1.0",
"client": "0.0.1",
"cookie-parser": "^1.4.5",
"date": "^1.0.2",
"discord.js": "^12.5.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"is-html": "^2.0.0",
"is-url": "1.2.4",
"klasa": "^0.5.0",
"klasa-bot-plugin": "^1.0.18",
"marked": "^2.0.6",
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"mongoose": "^5.12.7",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"pug": "^3.0.2",
"quick.db": "^7.1.3",
"recaptcha2": "^1.3.3",
"sanitize-html": "^2.3.3",
"vcodes.js": "^1.0.1-renewed"
},
"devDependencies": {
"nodemon": "2.0.7"
},
"engines": {
"node": "12.x"
},
"_moduleAliases": {
"@root": ".",
"@bot": "./src/bot",
"@utils": "./src/utils",
"@routes": "./src/routes",
"@models": "./src/models",
"@structures": "./src/structures"
}
}