-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "luna",
"version": "1.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node .",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@top-gg/sdk": "^3.1.3",
"ascii-table": "0.0.9",
"axios": "^0.27.2",
"body-parser": "^1.19.0",
"canvas": "^2.9.1",
"chartjs-node-canvas": "^4.1.6",
"cheerio": "^1.0.0-rc.12",
"common-tags": "^1.8.2",
"connect-mongo": "^4.4.1",
"discord-html-transcripts": "^2.5.8",
"discord-tictactoe": "^3.0.0",
"discord.js": "^13.8.0",
"dotenv": "^16.0.1",
"dream-api": "^1.0.8",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-minify-html-terser": "^1.0.2",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.2",
"fs": "^0.0.1-security",
"googleapis": "^100.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.13.3",
"ms": "^2.1.3",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.12",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"prisma": "^3.6.0",
"url": "^0.11.0",
"voucher-code-generator": "^1.1.1"
},
"devDependencies": {
"grunt": "^1.4.1",
"gulp": "^4.0.2",
"jest": "^27.4.5"
}
}