forked from crowbartools/Firebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.64 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
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
{
"name": "firebotv5",
"version": "5.63.2",
"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",
"lint": "grunt lint"
},
"repository": "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.3",
"@electron/rebuild": "^3.6.0",
"@types/express": "^4.17.1",
"@types/fs-extra": "^11.0.4",
"@types/luxon": "^3.1.0",
"@types/node": "^18.18.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"electron": "^31.4.0",
"eslint": "^8.56.0",
"eslint-plugin-angular": "^4.0.1",
"grunt": "^1.4.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-electron-installer": "^2.1.0",
"grunt-include-source": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^3.0.1",
"sass": "^1.69.7",
"typescript": "^5.5.3"
},
"dependencies": {
"@aws-sdk/client-polly": "^3.26.0",
"@crowbartools/firebot-custom-scripts-types": "^5.53.2-6",
"@seald-io/nedb": "^4.0.4",
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"@twurple/chat": "^7.1.0",
"@twurple/eventsub-ws": "^7.1.0",
"@twurple/pubsub": "^7.1.0",
"@types/tinycolor2": "^1.4.6",
"@zunderscore/elgato-light-control": "^1.1.2",
"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-scroll-glue": "^2.2.0",
"angularjs-slider": "^6.7.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"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": "^3.1.6",
"cronstrue": "^2.21.0",
"custom-electron-titlebar": "^4.1.0",
"deepmerge": "^4.2.2",
"dompurify": "^2.2.2",
"ejs": "^2.7.1",
"electron-gh-releases": "^2.0.4",
"electron-oauth2": "^3.0.0",
"electron-regedit": "^2.0.0",
"electron-window-state": "^4.1.1",
"eventsource": "^1.0.7",
"express": "^4.17.1",
"expressionish": "github:SReject/expressionish#d277e5d959e5b0cdf50a38a182016752a0de9dd6",
"extra-life-ts": "^0.4.0",
"fflate": "^0.8.1",
"firebot-nutjs": "github:crowbartools/firebot-nutjs#f52581d4c4426cf7f4dcc2b0d26cf56777e115f8",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"glob": "^10.3.10",
"he": "^1.2.0",
"howler": "https://github.com/ebiggz/howler.js/tarball/master",
"list.js": "^1.5.0",
"luxon": "^3.1.1",
"marked": "^13.0.3",
"mathjs": "^7.5.1",
"moment": "^2.24.0",
"nedb": "^1.8.0",
"nedb-promisfied": "^1.0.2",
"ng-toast": "^2.0.0",
"ng-youtube-embed": "^1.7.16",
"node-cache": "^4.2.1",
"node-hue-api": "^5.0.0-beta.16",
"node-json-db": "^1.4.1",
"node-xlsx": "^0.20.0",
"obs-websocket-js": "^5.0.5",
"request": "^2.85.0",
"roll": "^1.2.0",
"sanitize-filename": "^1.6.3",
"socket.io-client": "^2.3.0",
"tiny-typed-emitter": "^2.1.0",
"tinycolor2": "^1.6.0",
"underscore": "^1.13.1",
"uuid": "^3.3.3",
"winston": "^2.4.4",
"winston-daily-rotate-file": "^1.7.2",
"ws": "^8.2.2",
"yargs-parser": "^21.1.1"
},
"optionalDependencies": {
"electron-installer-dmg": "github:SReject/electron-installer-dmg#9bdb5217b078c724918271549f34d362aecbf6bb"
},
"volta": {
"node": "20.14.0",
"npm": "10.8.1"
}
}