-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
44 lines (44 loc) · 978 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": "discord-xp",
"version": "1.1.18",
"description": "A lightweight and easy to use economy framework for discord bots, uses MongoDB.",
"main": "index.js",
"dependencies": {
"mongoose": "^6.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrAugu/discord-xp.git"
},
"keywords": [
"discord",
"economy",
"discord.js",
"bot",
"bots",
"leveling",
"levels",
"discord-levels",
"discord-xp",
"xp",
"mongo",
"mongoose",
"mongodb",
"discord-economy",
"discord-eco",
"framework"
],
"author": "MrAugu",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrAugu/discord-xp/issues"
},
"homepage": "https://github.com/MrAugu/discord-xp#readme",
"devDependencies": {
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0"
}
}