forked from manage-invite/manage-invite-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
46
47
48
49
50
{
"name": "manage-invite",
"version": "4.8.1",
"description": "ManageInvite is the best bot to manage your server invites! Easy to setup, and complete!",
"main": "sharder.js",
"dependencies": {
"@sentry/node": "^6.2.3",
"bufferutil": "^4.0.3",
"chalk": "^4.0.0",
"chart.js": "^2.9.4",
"chartjs-node-canvas": "^3.1.0",
"cron": "^1.8.2",
"discord-paginationembed": "^2.1.0",
"discord.js": "^12.5.1",
"ejs": "^3.1.6",
"erlpack": "discord/erlpack",
"express": "^4.17.1",
"express-session": "^1.17.1",
"i18next": "^20.1.0",
"i18next-fs-backend": "^1.1.0",
"inquirer": "^8.0.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"ora": "^5.4.0",
"pg": "^8.5.1",
"redis-modules-sdk": "^0.4.4",
"snake-case": "^3.0.4",
"string-similarity": "^4.0.4",
"utf-8-validate": "^5.0.4",
"zlib-sync": "^0.1.6"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.23.0"
},
"scripts": {
"start": "node sharder.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/manage-invite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Androz2091/manage-invite/issues"
},
"homepage": "https://github.com/Androz2091/manage-invite#readme"
}