forked from TFAGaming/DiscordJS-V14-Bot-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 936 Bytes
/
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
{
"name": "discordjs-v14-bot-template",
"version": "2.0.0",
"description": "The simplified Discord bot commands & events handler built with discord.js version 14 and written in JavaScript. This handler can load up to 4 different type of commands; Prefix, Slash, User context and Message context.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Wow is this a test?\" && exit 1",
"start": "node ."
},
"keywords": [],
"author": "TFAGaming",
"license": "GPL-3.0",
"dependencies": {
"chalk": "^2.4.2",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"mongoose": "^7.5.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/P4-Games/DiscordJS-V14-Bot-Template.git"
},
"bugs": {
"url": "https://github.com/P4-Games/DiscordJS-V14-Bot-Template/issues"
},
"homepage": "https://github.com/P4-Games/DiscordJS-V14-Bot-Template#readme"
}