-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage_bk.json
More file actions
28 lines (28 loc) · 652 Bytes
/
package_bk.json
File metadata and controls
28 lines (28 loc) · 652 Bytes
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
{
"name": "twitch_discord_barrycarlyon_co_uk",
"version": "1.0.0",
"description": "A Twitch Go Live notification for Discord using Twitch EventSub",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"twitch",
"discord",
"golived",
"notification"
],
"author": "Barry Carlyon",
"license": "WTFPL",
"dependencies": {
"connect-redis": "^6.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"got": "^11.8.2",
"helmet": "^4.6.0",
"mysql": "^2.18.1",
"pug": "^3.0.2",
"redis": "^3.1.2"
}
}