This repository was archived by the owner on Aug 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
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
{
"name": "TartOrchidObjects",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^7.1.2",
"body-parser": "^1.19.0",
"discord.js": "^12.5.1",
"ejs": "^3.1.6",
"enmap": "^5.8.3",
"express-session": "^1.17.1",
"helmet": "^4.4.1",
"memorystore": "^1.6.4",
"mongoose": "^5.11.17",
"ms": "^2.1.3",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"particles.js": "^2.0.0",
"express": "^4.17.1",
"probe-image-size": "^5.0.0",
"is-image-url": "^1.1.8",
"discord-oauth2": "^2.5.0",
"cookie-parser": "^1.4.5",
"cookies": "^0.7.3",
"moment": "^2.29.1",
"quick.db": "^7.1.2",
"canvas": "^2.6.1",
"pretty-ms": "^7.0.1",
"discord-anti-spam": "^2.4.1",
"js-yaml": "^3.14.1",
"@codedipper/random-code": "^2.1.0",
"isgd": "^1.1.3",
"@k3rn31p4nic/google-translate-api": "^1.1.1",
"twemoji-parser": "^13.0.0",
"aki-api": "^5.2.0",
"discord-giveaways": "^4.4.3",
"discord-image-generation": "^1.4.7",
"quickmongo": "^3.0.0",
"color-thief": "^2.2.5",
"@top-gg/sdk": "^3.0.7"
},
"engines": {
"node": "12.x"
}
}