-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 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
61
62
{
"name": "dashbot",
"version": "1.0.0",
"description": "Simple example for using discord-easy-dashboard",
"main": "shards.js",
"scripts": {
"start": "node shards.js",
"deploy": "node bot/deploy-commands.js"
},
"engines": {
"node": "16.x"
},
"keywords": [],
"author": "Simon Leclère",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.1.0-canary.0",
"ahnidev": "github:MxsicXYZ/ahnidev",
"beautify": "0.0.8",
"bfdapi.js": "github:AkiraGay/bfdapi.js",
"body-parser": "^1.19.0",
"canvacord": "^5.4.8",
"common-tags": "^1.8.2",
"cookie-parser": "^1.4.5",
"cpu-stat": "^2.0.1",
"discord-api-types": "^0.22.0",
"discord-giveaways": "^5.2.2",
"discord-modals": "^1.2.3",
"discord.js": "^13.12.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.5",
"emoji-regex": "^10.0.0",
"erela.js": "^2.3.3",
"erela.js-apple": "^1.2.6",
"erela.js-facebook": "^1.0.4",
"erela.js-filters": "^1.2.7",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"humanize-duration": "^3.27.1",
"klaw": "^3.0.0",
"lewds.api": "^2.4.6",
"markdown-it": "^11.0.1",
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"mongoose": "^5.10.7",
"ms": "^2.1.3",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.7",
"quickmongo": "^5.2.0",
"superagent": "^7.1.1",
"voidbots": "^2.6.3"
},
"_moduleAliases": {
"@root": ".",
"@bot": "./servers/bot/",
"@routes": "./servers/routes/",
"@models": "./servers/models/",
"@structures": "./servers/structures/"
}
}