forked from NepXDNep/chatutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 921 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "chatutils",
"description": "woah",
"version": "2.0.0",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/titaniumnetwork-dev/discord-widget.git"
},
"bugs": {
"url": "https://github.com/titaniumnetwork-dev/discord-widget/issues"
},
"keywords": [
"discord"
],
"author": "Divide",
"license": "BSD-3-Clause",
"scripts": {
"start": "node app.js",
"dev": "node app.js dev"
},
"homepage": "https://titaniumnetwork.org/",
"dependencies": {
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.5",
"cookieparser": "^0.1.0",
"discord.js": "^12.0.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"https": "^1.0.0",
"mime": "^2.4.5",
"node-fetch": "^2.6.0",
"whois": "^2.1.3",
"serverline": "^1.5.0",
"socket-anti-spam": "^2.0.0",
"socket.io": "^2.3.0",
"ws": "^7.3.0"
}
}