|
96 | 96 | "build": "npm run rollup:preload && npm run rollup:main",
|
97 | 97 | "start": "npm run build && electron ./dist/index.js",
|
98 | 98 | "start:debug": "ELECTRON_ENABLE_LOGGING=1 npm run start",
|
99 |
| - "generate:package": "node utils/generate-package-json.js", |
100 |
| - "postinstall": "patch-package && npm run plugins && npm run clean", |
| 99 | + "postinstall": "patch-package", |
101 | 100 | "clean": "del-cli dist && del-cli pack",
|
102 | 101 | "dist": "npm run clean && npm run build && electron-builder --win --mac --linux -p never",
|
103 | 102 | "dist:linux": "npm run clean && npm run build && electron-builder --linux -p never",
|
|
107 | 106 | "dist:win:x64": "npm run clean && npm run build && electron-builder --win nsis-web:x64 -p never",
|
108 | 107 | "lint": "eslint .",
|
109 | 108 | "changelog": "auto-changelog",
|
110 |
| - "plugins": "npm run plugin:bypass-age-restrictions", |
111 |
| - "plugin:bypass-age-restrictions": "del-cli node_modules/simple-youtube-age-restriction-bypass/package.json && npm run generate:package simple-youtube-age-restriction-bypass", |
112 | 109 | "release:linux": "npm run clean && npm run build && electron-builder --linux -p always -c.snap.publish=github",
|
113 | 110 | "release:mac": "npm run clean && npm run build && electron-builder --mac -p always",
|
114 | 111 | "release:win": "npm run clean && npm run build && electron-builder --win -p always",
|
|
122 | 119 | "@ffmpeg.wasm/core-mt": "0.12.0",
|
123 | 120 | "@ffmpeg.wasm/main": "0.12.0",
|
124 | 121 | "@foobar404/wave": "2.0.4",
|
| 122 | + "@jellybrick/electron-better-web-request": "1.0.4", |
125 | 123 | "@jellybrick/mpris-service": "2.1.4",
|
126 | 124 | "@xhayper/discord-rpc": "1.0.23",
|
127 | 125 | "async-mutex": "0.4.0",
|
128 |
| - "butterchurn": "2.6.7", |
129 |
| - "butterchurn-presets": "2.4.7", |
| 126 | + "butterchurn": "3.0.0-beta.4", |
| 127 | + "butterchurn-presets": "3.0.0-beta.4", |
130 | 128 | "conf": "10.2.0",
|
131 | 129 | "custom-electron-prompt": "1.5.7",
|
132 |
| - "electron-better-web-request": "1.0.1", |
133 | 130 | "electron-debug": "3.2.0",
|
134 | 131 | "electron-is": "3.0.0",
|
135 | 132 | "electron-localshortcut": "3.2.1",
|
|
143 | 140 | "keyboardevent-from-electron-accelerator": "2.0.0",
|
144 | 141 | "keyboardevents-areequal": "0.2.2",
|
145 | 142 | "node-id3": "0.2.6",
|
146 |
| - "simple-youtube-age-restriction-bypass": "git+https://github.com/MiepHD/Simple-YouTube-Age-Restriction-Bypass.git#v2.5.5", |
| 143 | + "simple-youtube-age-restriction-bypass": "git+https://github.com/organization/Simple-YouTube-Age-Restriction-Bypass.git#v2.5.8", |
147 | 144 | "vudio": "2.1.1",
|
148 | 145 | "x11": "2.3.0",
|
149 | 146 | "youtubei.js": "6.4.1",
|
|
155 | 152 | "xml2js": "0.6.2",
|
156 | 153 | "node-fetch": "2.7.0",
|
157 | 154 | "@electron/universal": "1.4.2",
|
158 |
| - "electron": "27.0.0" |
| 155 | + "@babel/runtime": "7.23.1" |
159 | 156 | },
|
160 | 157 | "devDependencies": {
|
161 | 158 | "@playwright/test": "1.38.1",
|
|
178 | 175 | "electron-devtools-installer": "3.2.0",
|
179 | 176 | "eslint": "8.51.0",
|
180 | 177 | "eslint-plugin-import": "2.28.1",
|
181 |
| - "eslint-plugin-prettier": "5.0.0", |
| 178 | + "eslint-plugin-prettier": "5.0.1", |
182 | 179 | "node-gyp": "9.4.0",
|
183 | 180 | "patch-package": "8.0.0",
|
184 | 181 | "playwright": "1.38.1",
|
|
0 commit comments