forked from MDoom81/Application-Bot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 886 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 886 Bytes
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
{
"name": "Application-Bot",
"version": "2.0.1",
"description": "Bot to process and handle incoming applications along with other features",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "node main.js debug"
},
"author": "/Kammi",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.21.0",
"chart.js": "^2.9.4",
"chartjs-node-canvas": "^3.0.6",
"commando-provider-mongo": "^1.1.1",
"discord.js": "^12.3.1",
"discord.js-commando": "git+https://github.com/discordjs/commando.git",
"fs-extra": "^9.1.0",
"module-alias": "^2.2.2",
"mongoose": "^5.10.11"
},
"_moduleAliases": {
"@root": ".",
"@schemas": "./schemas",
"@util": "./util",
"@images": "./images",
"@features": "./features/features",
"@cmds": "./cmds",
"@events": "./events",
"@rules_regs": "./rules regs"
}
}