-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "discord-bot-GenuienGenie",
"version": "1.0.0",
"description": "A bot that can do everything?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrishinvv/discord-bot-GenuienGenie.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vrishinvv/discord-bot-GenuienGenie/issues"
},
"homepage": "https://github.com/vrishinvv/discord-bot-GenuienGenie#readme",
"dependencies": {
"commando-provider-mongo": "^1.3.0",
"discord.js": "^12.5.1",
"discord.js-commando": "git+https://github.com/discordjs/Commando.git",
"module-alias": "^2.2.2",
"mongoose": "^5.11.7",
"redis": "^3.0.2"
},
"_moduleAliases": {
"@root": ".",
"@schemas": "./database/schemas",
"@utils": "./utils",
"@features": "./features/features",
"@commands": "./commands/commands"
}
}