-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "twitch-x-discord",
"version": "1.0.0",
"description": "A Multi-Bot using Discord.js and tmi.js to enhance logging, and streamers needs!",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HypnoticSiege/Discord-x-Twitch.git"
},
"author": "HypnoticSiege",
"license": "ISC",
"bugs": {
"url": "https://github.com/HypnoticSiege/Discord-x-Twitch/issues"
},
"homepage": "https://github.com/HypnoticSiege/Discord-x-Twitch#readme",
"dependencies": {
"body-parser": "^1.19.1",
"colors": "^1.4.0",
"discord.js": "^12.5.3",
"ejs": "^3.1.6",
"enmap": "^5.8.5",
"express": "^4.17.2",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"figlet": "^1.5.2",
"fs": "0.0.1-security",
"memorystore": "^1.6.6",
"parse-duration": "^1.0.0",
"passport": "^0.5.2",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"tmi.js": "^1.8.3",
"url": "^0.11.0"
}
}