forked from Garlic-Team/gcommands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 771 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 771 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
30
31
32
33
34
35
{
"name": "gcommands",
"version": "3.1.2",
"description": "Open-source slash/normal command handler",
"main": "src/index.js",
"dependencies": {
"axios": "^0.21.1",
"discord.js": "^12.5.3",
"glob": "^7.1.6",
"mongoose": "^5.12.7"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/garlic-team/gcommands.git"
},
"keywords": [
"gcommands",
"cmdhandler",
"slashcommandhandler",
"slashcmds",
"slash commands",
"handler slash commands",
"command handler",
"discord js slash"
],
"author": "Garlic-Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Garlic-Team/GCommands/issues"
},
"homepage": "https://gcommands.js.org"
}