-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
40
41
42
43
{
"name": "stream-info",
"version": "0.3.0",
"private": true,
"nodecg": {
"compatibleRange": "^1.1.1",
"bundleDependencies": {
"nodecg-io-twitch-chat": "^0.3.0",
"nodecg-io-twitch-api": "^0.3.0"
},
"dashboardPanels": [
{
"name": "skates-bundles-stream-info",
"title": "stream-info config",
"file": "stream-info-dashboard.html",
"fullbleed": true,
"headerColor": "#546B85"
}
],
"graphics": [
{
"file": "stream-info-overlay.html",
"width": 450,
"height": 350
}
]
},
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.33",
"typescript": "^4.2.3",
"@types/node-fetch": "^2.5.8"
},
"dependencies": {
"node-fetch": "^2.6.1",
"nodecg-types": "^1.8.1",
"nodecg-io-core": "^0.3.0",
"nodecg-io-tsconfig": "^1.0.0",
"nodecg-io-twitch-chat": "^0.3.0",
"nodecg-io-twitch-api": "^0.3.0",
"skates-utils": "^0.3.0"
}
}