-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "vip-controller",
"version": "0.0.4",
"description": "An app to help Twitch streamers automate VIP redemption and removal.",
"main": "./dist/main/index.js",
"scripts": {
"dev": "node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"test": "",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps "
},
"author": "kisuka <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
},
"resolutions": {
"@types/node": "14.14.31"
},
"devDependencies": {
"@mdi/font": "5.6.55",
"@xpda-dev/core": "^0.1.5",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.2.1",
"@xpda-dev/webpack-step": "^0.1.2",
"browser-env": "3.3.0",
"buefy": "0.9.3",
"cross-env": "7.0.2",
"deepmerge": "4.2.2",
"electron": "9.4.3",
"electron-builder": "22.8.1",
"electron-debug": "3.1.0",
"native-ext-loader": "2.3.0",
"nuxt": "2.14.5",
"vue-devtools": "5.1.4",
"webpack": "4.44.2",
"webpack-node-externals": "2.5.2"
},
"dependencies": {
"sqlite3": "^5.0.2",
"tmi.js": "^1.8.5",
"twitch": "^4.4.11",
"twitch-auth": "^4.4.11",
"twitch-electron-auth-provider": "^4.4.11",
"twitch-pubsub-client": "^4.4.11",
"ws": "^7.4.3"
}
}