forked from crowbartools/Firebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.31 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
{
"name": "firebotv5",
"version": "5.49.4",
"description": "Powerful all-in-one bot for Twitch streamers.",
"main": "main.js",
"scripts": {
"start": "grunt scss && grunt include-source && electron . --dev",
"start:noscss": "electron . --dev",
"rebuild": "node-gyp rebuild --directory=node_modules/robotjs/ --runtime=electron --target=12.2.2 --arch=x64 --dist-url=https://atom.io/download/atom-shell --abi=87 --force-process-config",
"rebuild:new": "npm rebuild --runtime=electron --target=12.2.2 --disturl=https://atom.io/download/atom-shell --abi=87",
"rebuild:darwin": "node-gyp rebuild --directory=node_modules/robotjs/ --runtime=electron --target=12.2.2 --arch=darwin --dist-url=https://atom.io/download/atom-shell",
"setup": "npm ci && npm rebuild && npm run rebuild",
"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": "^12.2.2",
"electron-packager": "^12.2.0",
"electron-rebuild": "^1.8.6",
"eslint": "^8.4.1",
"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",
"husky": "^0.14.3",
"node-gyp": "^8.4.1",
"node-sass": "^4.14.1"
},
"dependencies": {
"@aws-sdk/client-polly": "^3.26.0",
"@twurple/api": "^5.0.9",
"@twurple/auth": "^5.0.9",
"@twurple/chat": "^5.0.9",
"@twurple/pubsub": "^5.0.9",
"angular": "^1.8.0",
"angular-animate": "^1.7.8",
"angular-aria": "^1.7.9",
"angular-bootstrap-contextmenu": "^1.2.1",
"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",
"archiver": "^2.1.1",
"axios": "^0.21.1",
"big-text.js": "^1.0.1",
"body-parser": "^1.19.0",
"carina": "^0.11.2",
"cm-resize": "^1.0.1",
"codemirror": "^5.59.1",
"compare-versions": "^3.5.1",
"cors": "^2.8.5",
"countup.js-angular1": "^1.0.0",
"custom-electron-titlebar": "^3.2.2-hotfix62",
"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",
"elgato-light-api": "^1.0.4",
"empty-folder": "^2.0.2",
"eventsource": "^1.0.7",
"express": "^4.17.1",
"expressionish": "github:SReject/expressionish#cfa0bebbf43356cd431188ab5024424bd2378a59",
"form-data": "^4.0.0",
"fs-extra": "^7.0.1",
"fuse.js": "^3.4.6",
"he": "^1.2.0",
"howler": "https://github.com/ebiggz/howler.js/tarball/master",
"js-convert-case": "^4.1.1",
"kbm-robot": "https://github.com/Skriglitz/kbm-robot/tarball/master",
"list.js": "^1.5.0",
"m3u8stream": "^0.2.2",
"marked": "^0.7.0",
"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": "^4.0.10",
"node-json-db": "^0.7.3",
"node-xlsx": "^0.20.0",
"parse-link-header": "^1.0.1",
"probe-image-size": "^5.0.0",
"request": "^2.85.0",
"request-debug": "^0.2.0",
"retry-as-promised": "^3.2.0",
"robotjs": "^0.6.0",
"roll": "^1.2.0",
"sanitize-filename": "^1.6.3",
"simple-oauth2": "^3.4.0",
"socket.io-client": "^2.3.0",
"ui-select": "^0.19.8",
"underscore": "^1.13.1",
"unzipper": "^0.9.15",
"uuid": "^3.3.3",
"winston": "^2.4.4",
"winston-daily-rotate-file": "^1.4.6",
"winston-raven-sentry": "^1.0.1",
"ws": "^5.2.2"
},
"volta": {
"node": "14.18.1"
}
}