-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
29 lines (29 loc) · 851 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
{
"name": "cross-server-chat",
"version": "1.4.0",
"description": "Cross-Server-Chat to connect Discord Servers together. Made by Bycop | Updated & maintained by Cynthia Dev",
"main": "main.js",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"discord-blacklister": "^1.3.2",
"discord.js": "^12.5.3",
"moment": "^2.29.1",
"quick.db": "^7.1.3",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bycop/Discord-global-chat.git"
},
"author": "Bycop | CynthiaDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/bycop/Discord-global-chat/issues"
},
"homepage": "https://github.com/bycop/Discord-global-chat#readme"
}