-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "guide-discord-bot",
"version": "1.0.0",
"description": "Guide Discord bot system for your server intro.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MGalaCyber/Guide-Discord-bot.git"
},
"keywords": [
"Discord.js",
"Guide-bot",
"MGalaCyber",
"Guide-Discord-bot",
"Intro-system",
"Guide"
],
"author": "MGalaCyber",
"license": "MIT",
"bugs": {
"url": "https://github.com/MGalaCyber/Guide-Discord-bot/issues"
},
"homepage": "https://github.com/MGalaCyber/Guide-Discord-bot#readme",
"dependencies": {
"axios": "^1.1.3",
"box-console": "^2.0.0",
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"discord-hybrid-sharding": "^1.7.4",
"discord.js": "^14.9.0",
"dotenv": "^16.0.2",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"ms": "^2.1.3",
"node-fetch": "^3.2.10"
}
}