-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 956 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
29
30
31
32
33
34
35
36
37
{
"name": "cdcommands",
"version": "4.2.6",
"description": "An advanced handler for Discord.js Bots with TypeScript and JavaScript support.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CreativeDevelopments/CDCommands"
},
"keywords": [
"discord.js",
"handler",
"eventhandler",
"commandhandler"
],
"author": "CreativeDevelopments",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CreativeDevelopments/CDCommands/issues"
},
"homepage": "https://docs.creativedevelopments.org/cdcommands",
"funding": {
"type": "patreon",
"url": "https://patreon.com/_CreativeDevelopments"
},
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^12.5.3",
"mongoose": "^5.11.15",
"parse-ms": "^2.1.0",
"ramda": "^0.27.1"
}
}