-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 774 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 774 Bytes
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
{
"name": "structure-discord-bot",
"version": "2.0.0",
"description": "Command, slash command & event handler - Discord Bot Template (v13)",
"main": "index.js",
"scripts": {
"start": "node .",
"slash": "node slash.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/meliooff/Structure-Discord-Bot"
},
"keywords": [
"event-handler",
"command-handler",
"discord-bot-template",
"slash-command-handler"
],
"author": "meliooff",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"discord.js": "^14.16.3",
"fs": "^0.0.1-security",
"moment": "^2.30.1"
}
}