-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "dispurge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheRealToxicDev/DisPurge.git"
},
"keywords": [
"discord.js",
"purge bot",
"discord bot",
"moderation"
],
"bugs": {
"url": "https://github.com/TheRealToxicDev/DisPurge/issues"
},
"homepage": "https://github.com/TheRealToxicDev/DisPurge#readme",
"author": "TheRealToxicDev",
"license": "MIT",
"dependencies": {
"discord.js": "^12.3.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"infinityapi.js": "^1.0.2",
"install": "^0.13.0",
"memorystore": "^1.6.2",
"module-alias": "^2.2.2",
"moment": "^2.27.0",
"mongoose": "^5.10.5",
"ms": "^2.1.2",
"nextgenapi.js": "^2.0.3",
"node-fetch": "^2.6.1",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7"
}
}