-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 881 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
45
{
"name": "discord-messages",
"scripts": {
"gpr": "node scripts/gpr.js"
},
"version": "1.0.2",
"description": "A lightweight and easy to use message tracking framework for discord bots, uses MongoDB.",
"main": "index.js",
"dependencies": {
"mongoose": "^5.12.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Lebyy/discord-messages.git"
},
"keywords": [
"discord",
"economy",
"discord.js",
"bot",
"bots",
"leveling",
"levels",
"discord-levels",
"discord-xp",
"xp",
"mongo",
"mongoose",
"mongodb",
"discord-economy",
"discord-eco",
"framework",
"discord-messages",
"code",
"npm",
"messages"
],
"author": "lebyy_dev",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Lebyy/discord-messages/issues"
},
"homepage": "https://discord-messages.js.org"
}