-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
60 lines (60 loc) · 1.33 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
{
"name": "OP",
"version": "0.0.1",
"description": "op.xyz",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"async-ejs": "^0.1.6",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"canvacord": "^5.1.0",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"child_process": "^1.0.2",
"cron": "^1.8.2",
"discord.js": "^12.5.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "^0.0.2",
"hastebin-gen": "^2.0.5",
"helmet": "^4.4.1",
"jimp": "^0.16.1",
"js-alert": "^1.0.4",
"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",
"request": "^2.88.2",
"sweetalert": "^2.1.2",
"sweetalert2": "10.15.6",
"void.nsfw": "^1.0.8-beta",
"cookie-parser": "^1.4.5",
"referrer-policy": "^1.2.0",
"vcodes.js": "^0.0.1-beta",
"socket.io": "^4.0.1",
"alexa-rank-nodejs": "^1.0.4"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": ""
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}