-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.18 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "sendouq-overlays",
"version": "1.0.0",
"description": "Broadcast overlays for the SendouQ season finale events.",
"homepage": "",
"type": "module",
"compatibleDashboardVersion": "^4.5.0",
"compatibleGameVersions": [
"SPLATOON_3"
],
"author": {
"name": ".jpg",
"email": "[email protected]",
"url": "jpg.contact"
},
"files": [
"graphics"
],
"keywords": [
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "^1.8.0 || ^2.0.0",
"graphics": [
{
"file": "break.html",
"width": 1920,
"height": 1080
},
{
"file": "main.html",
"width": 1920,
"height": 1080
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"private": true,
"dependencies": {
"fitted-text": "^2.0.5",
"gsap": "^3.12.2",
"lit": "^3.0.2",
"lit-element": "^4.0.1",
"lodash": "^4.17.21",
"vite-plugin-nodecg": "^2.0.0-rc3",
"vite-tsconfig-paths": "^4.2.1"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"start": "cd ../.. && npm run start"
},
"devDependencies": {
"@nodecg/types": "^2.1.11",
"@types/lodash": "^4.14.200"
}
}