-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.98 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
{
"dependencies": {
"@electron/remote": "^2.0.1",
"7tv": "^0.0.4",
"accounting": "^0.4.1",
"async-request": "^1.2.0",
"auto-launch": "^5.0.5",
"cheerio": "*",
"cherio": "^1.0.0-rc.2",
"colors": "^1.4.0",
"comfy.js": "^1.1.13",
"currency-converter": "^0.1.12",
"dialogs": "^2.0.1",
"ejs": "^3.1.6",
"electron-is-dev": "^2.0.0",
"electron-json-storage": "^4.5.0",
"electron-log": "^4.4.1",
"electron-prompt": "^1.7.0",
"electron-settings": "^4.0.2",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.9",
"electron-window-state": "^5.0.3",
"express": "^4.17.2",
"genius-lyrics-api": "^3.2.0",
"git-release-notes": "^5.0.0",
"locate-chrome": "^0.1.1",
"nodejs-currency-converter": "^1.0.2",
"open-graph": "^0.2.6",
"open-graph-scraper": "^4.9.1",
"pkg": "^4.2.5",
"price-finder": "^5.0.2",
"puppeteer": "^10.2.0",
"puppeteer-core": "^10.2.0",
"puppeteer-in-electron": "^3.0.5",
"request": "^2.81.0",
"session": "^0.1.0",
"socket.io": "^4.4.1",
"tmi.js": "^1.8.5",
"uberduck-api": "^1.2.2",
"utf8": "^3.0.0",
"youtube-iframe-player": "https://github.com/elmarceloc/youtube-iframe-player/tarball/master"
},
"devDependencies": {
"electron": "^13.2.2",
"electron-builder": "^22.11.7",
"electron-reloader": "^1.2.1"
},
"build": {
"productName": "Stream Videos",
"appId": "com.elmarceloc.booyahvideos",
"win": {
"target": "nsis",
"icon": "icon.ico",
"verifyUpdateCodeSignature": false
}
},
"name": "BooyahVideos",
"version": "1.5.1",
"main": "main/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "electron-builder --x64 --publish never",
"publish": "electron-builder build --publish always"
},
"repository": {
"type": "git",
"url": "https://github.com/BooyahTV/boooyah-videos.git"
},
"author": "",
"license": "ISC",
"description": ""
}