-
-
Notifications
You must be signed in to change notification settings - Fork 143
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 5.13 KB
/
Copy pathpackage.json
File metadata and controls
154 lines (154 loc) · 5.13 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "firebotv5",
"version": "5.67.0-beta1",
"description": "Powerful all-in-one bot for Twitch streamers.",
"main": "build/main.js",
"scripts": {
"start": "grunt prep && electron . --dev",
"setup": "npm ci && npm rebuild",
"build": "grunt build",
"build:types": "grunt build-types",
"lint": "grunt lint",
"test": "jest"
},
"repository": {
"url": "https://github.com/crowbartools/Firebot"
},
"keywords": [
"twitch",
"twitch.tv",
"stream",
"streaming",
"electron"
],
"author": "The Streaming Community",
"license": "GPL-3.0",
"devDependencies": {
"@electron/packager": "^18.3.6",
"@eslint/js": "^9.37.0",
"@stylistic/eslint-plugin": "^5.4.0",
"@types/angular": "^1.8.4",
"@types/archiver": "^8.0.0",
"@types/cors": "^2.8.5",
"@types/escape-html": "^1.0.4",
"@types/express": "^5.0.5",
"@types/luxon": "^3.7.1",
"@types/node": "^22.19.21",
"@types/roll": "^1.2.3",
"@types/sprintf-js": "^1.1.4",
"@types/unzipper": "^0.10.11",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/parser": "^8.46.0",
"@vitejs/plugin-vue": "^6.0.7",
"electron": "^39.8.10",
"electron-installer-dmg": "^5.0.1",
"electron-winstaller": "^5.4.0",
"eslint": "^9.37.0",
"eslint-plugin-angular": "^5.0.0",
"globals": "^16.4.0",
"grunt": "^1.6.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-include-source": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^4.0.0",
"jest": "^30.4.2",
"nosleep.js": "^0.12.0",
"sass": "^1.69.7",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^8.0.16",
"vite-plugin-css-injected-by-js": "^5.0.1",
"vue": "^3.5.35"
},
"dependencies": {
"@aws-sdk/client-polly": "^3.26.0",
"@lucide/vue": "^1.18.0",
"@octokit/rest": "^22.0.0",
"@seald-io/nedb": "^4.0.4",
"@tursodatabase/database": "^0.6.1",
"@twurple/chat": "^8.1.4",
"@twurple/eventsub-ws": "^8.1.4",
"@types/tinycolor2": "^1.4.6",
"@vueuse/core": "^14.3.0",
"@zunderscore/elgato-light-control": "^1.2.0",
"angular": "^1.8.0",
"angular-animate": "^1.7.8",
"angular-aria": "^1.7.9",
"angular-pageslide-directive": "^2.2.0",
"angular-route": "^1.7.8",
"angular-sanitize": "^1.7.8",
"angular-summernote": "^0.8.1",
"angular-translate": "^2.18.1",
"angular-translate-loader-static-files": "^2.18.1",
"angular-translate-loader-url": "^2.18.1",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-codemirror": "^0.3.0",
"angular-ui-sortable": "^0.18.0",
"angular-ui-validate": "^1.2.3",
"angularjs-color-picker": "^3.4.8",
"angularjs-slider": "^6.7.0",
"archiver": "^8.0.0",
"bonjour-service": "^1.4.1",
"client-oauth2": "^4.3.3",
"cm-resize": "^1.0.1",
"codemirror": "^5.59.1",
"cors": "^2.8.5",
"countup.js-angular1": "^1.0.0",
"cron": "^4.3.3",
"cronstrue": "^3.3.0",
"custom-electron-titlebar": "^4.1.0",
"deepmerge": "^4.2.2",
"dompurify": "^3.3.0",
"ejs": "^3.1.10",
"electron-regedit": "^2.0.0",
"electron-window-state": "^5.0.3",
"escape-html": "^1.0.3",
"eventsource": "^1.0.7",
"express": "^5.1.0",
"expressionish": "github:SReject/expressionish#2e798f91c640384b0bf0b2b4bfa589d5e7ad2a51",
"extra-life-ts": "^0.4.0",
"firebot-nutjs": "github:crowbartools/firebot-nutjs#f52581d4c4426cf7f4dcc2b0d26cf56777e115f8",
"form-data": "^4.0.5",
"fuse.js": "^7.1.0",
"glob": "^10.3.10",
"he": "^1.2.0",
"lucide": "^1.17.0",
"luxon": "^3.7.2",
"marked": "^13.0.3",
"mathjs": "^14.8.1",
"moment": "^2.24.0",
"motion-v": "^2.3.0",
"ng-toast": "^2.0.0",
"ng-youtube-embed": "^1.7.16",
"node-cache": "^5.1.2",
"node-hue-api": "^5.0.0-beta.16",
"node-json-db": "^1.4.1",
"node-xlsx": "^0.24.0",
"obs-websocket-js": "^5.0.6",
"qrcode": "^1.5.4",
"roll": "^1.2.0",
"sanitize-filename": "^1.6.3",
"socket.io-client": "^2.3.0",
"sprintf-js": "^1.1.3",
"tiny-typed-emitter": "^2.1.0",
"tinycolor2": "^1.6.0",
"unicode-emoji-json": "^0.9.0",
"unzipper": "^0.12.3",
"winston": "^3.18.3",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.2.2",
"yargs-parser": "^21.1.1"
},
"overrides": {
"appdmg": "github:SReject/node-appdmg#1f5eaeb054a74ec917db7c75a8619b6d009f0f73"
},
"optionalDependencies": {
"@dennisrijsdijk/electron-installer-redhat": "^3.5.0",
"electron-installer-debian": "^3.2.0"
},
"volta": {
"node": "22.19.0",
"npm": "11.13.0"
}
}