-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
45 lines (45 loc) · 1.21 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
36
37
38
39
40
41
42
43
44
45
{
"name": "manage-invite",
"version": "4.16.1",
"description": "ManageInvite is the best bot to manage your server invites! Easy to setup, and complete!",
"main": "sharder.js",
"dependencies": {
"@androz2091/manage-invite-db-client": "^1.0.30",
"@sentry/node": "^6.9.0",
"bufferutil": "^4.0.7",
"chalk": "^4.1.1",
"chart.js": "^3.4.1",
"chartjs-node-canvas": "^4.1.6",
"cron": "^1.8.2",
"discord-sync-commands": "^0.2.0",
"discord.js": "^14.16.1",
"erlpack": "discord/erlpack",
"i18next": "^20.3.4",
"i18next-fs-backend": "^1.1.1",
"inquirer": "^8.1.2",
"moment": "^2.29.1",
"ms": "^2.1.3",
"string-similarity": "^4.0.4",
"utf-8-validate": "^5.0.10",
"veza": "^1.1.0",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.31.0",
"nodemon": "^2.0.12"
},
"scripts": {
"start": "nodemon 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"
}