forked from BarryCarlyon/twitch_discord_barrycarlyon_co_uk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 KB
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": "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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BarryCarlyon/twitch_discord_barrycarlyon_co_uk.git"
},
"author": "Barry Carlyon (https://github.com/BarryCarlyon)",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/BarryCarlyon/twitch_discord_barrycarlyon_co_uk/issues"
},
"homepage": "https://github.com/BarryCarlyon/twitch_discord_barrycarlyon_co_uk#readme",
"dependencies": {
"connect-redis": "^6.1.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"helmet": "^6.0.0",
"mysql": "^2.18.1",
"pug": "^3.0.3",
"redis": "^4.7.0",
"tsscmp": "^1.0.6"
},
"directories": {
"doc": "docs"
},
"keywords": [
"twitch",
"discord",
"go live",
"streaming",
"twitch notification",
"notification"
],
"engines": {
"node": ">=21.0.0"
}
}