-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 885 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
{
"name": "discord-easy-leveling",
"version": "1.0.7",
"description": "An easy package to make leveling system for your bot",
"main": "index.js",
"author": "retro_ig",
"license": "MIT",
"private": false,
"scripts": {
"test": "echo \"Test is a success!\"",
"serveDocs": "jsdoc -c jsdocConfig.json"
},
"dependencies": {
"@discordjs/rest": "^0.4.1",
"chart.js-image": "^6.0.3",
"clean-jsdoc-theme": "^3.3.4",
"discord-api-types": "^0.33.0",
"discord.js": "^13.7.0",
"easy-json-database": "^1.5.0",
"events": "^3.3.0",
"quick.db": "^7.1.3"
},
"keywords": [
"Discord",
"Discord-bot",
"Leveling",
"discordjs"
],
"repository": {
"url": "https://github.com/retrouser955/discord-easy-leveling"
},
"homepage": "https://discord-easy-leveling.js.org/",
"devDependencies": {
"jsdoc": "^3.6.10"
}
}