-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
43
44
45
{
"name": "cdgen",
"version": "1.0.4",
"description": "A similar project to [slappey](https://www.npmjs.com/package/slappey), but used specifically with either CDCommands or CDHandler.",
"main": "lib/index.js",
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc -p .",
"bind": "npm link"
},
"repository": {
"type": "git",
"url": "https://github.com/CreativeDevelopments/CDGen"
},
"bin": {
"cdgen": "lib/index.js"
},
"keywords": [
"Discord Bot",
"discord.js",
"scaffolder",
"generator",
"bot generator"
],
"author": "CreativeDevelopments (Maxisthemoose)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CreativeDevelopments/CDGen/issues"
},
"homepage": "https://docs.creativedevelopments.org/cdgen",
"funding": {
"type": "patreon",
"url": "https://patreon.com/_CreativeDevelopments"
},
"dependencies": {
"chalk": "^4.1.0",
"prompts": "^2.4.1"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/prompts": "^2.0.10",
"@types/ws": "^7.4.1",
"discord.js": "^12.5.3"
}
}