-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1016 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
38
39
40
41
42
43
44
{
"name": "coders.js",
"version": "1.0.4",
"description": "An Advanced Package Manager for discord.js",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
"files": [
"src/",
"assets/",
"typings/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node src/index.js",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brblacky/coders.js.git"
},
"bugs": {
"url": "https://github.com/brblacky/coders.js/issues"
},
"homepage": "https://github.com/brblacky/coders.js#readme",
"keywords": [
"discord.js",
"pagination",
"discord",
"discord-pagination",
"markdown",
"captcha"
],
"author": "blacky",
"license": "MIT",
"dependencies": {
"canvas": "^2.10.1",
"discord.js": "^14.5.0",
"undici": "^5.10.0"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.1.8",
"jsdoc": "^3.6.11"
}
}