-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "djsframe",
"version": "0.1.20",
"description": "A simple framework to interact with the Discord.js API",
"main": "src/index.js",
"scripts": {
"docs": "docgen --source src --custom docs/index.yml --output docs/main.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vyPal/djsframe.git"
},
"keywords": [
"discord",
"discord.js",
"djs",
"framework",
"api"
],
"author": "vyPal",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vyPal/djsframe/issues"
},
"homepage": "https://github.com/vyPal/djsframe#readme",
"devDependencies": {
"jsdoc-to-markdown": "^7.1.0",
"discord.js-docgen": "discordjs/docgen"
},
"dependencies": {
"common-tags": "^1.8.2",
"discord.js": "^13.6.0",
"docdash": "^1.2.0",
"emoji-regex": "^10.0.0",
"is-promise": "^4.0.0",
"jsdoc": "^3.5.5",
"markdown-it": ">=12.3.3",
"marked": ">=4.0.11",
"require-all": "^3.0.0",
"ansi-regex": ">=4.1.1",
"minimist": ">=1.2.6"
}
}