Skip to content

Commit

Permalink
Update aria2 and create debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecdr committed Dec 31, 2024
1 parent d68f8c0 commit 97709ec
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 33 deletions.
318 changes: 292 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@
"scripts": {
"lint": "biome check",
"lint:fix": "biome check --fix --unsafe",
"build:firefox": "tsc && vite build --emptyOutDir && BROWSER=firefox node scripts/generate-manifest.js",
"build:firefox:watch": "nodemon --watch . --exec npm run build:firefox",
"start:firefox": "web-ext run --source-dir ./dist/",
"build:chromium": "tsc && vite build --emptyOutDir && BROWSER=chromium node scripts/generate-manifest.js",
"build:chromium:watch": "nodemon --watch . --exec npm run build:chromium",
"start:chromium": "web-ext run --source-dir ./dist/ -t chromium"
"build:firefox": "tsc && NODE_ENV=production vite build --emptyOutDir && BROWSER=firefox node scripts/generate-manifest.js",
"build:firefox:debug": "tsc && NODE_ENV=development vite build --mode development --emptyOutDir && BROWSER=firefox node scripts/generate-manifest.js",
"build:firefox:watch": "nodemon --watch . --exec npm run build:firefox:debug",
"start:firefox": "web-ext run --source-dir ./dist/ --devtools",
"build:chromium": "tsc && NODE_ENV=production vite build --emptyOutDir && BROWSER=chromium node scripts/generate-manifest.js",
"build:chromium:debug": "tsc && NODE_ENV=development vite build --mode development --emptyOutDir && BROWSER=chromium node scripts/generate-manifest.js",
"build:chromium:watch": "nodemon --watch . --exec npm run build:chromium:debug",
"start:chromium": "web-ext run --source-dir ./dist/ -t chromium --devtools"
},
"dependencies": {
"@baptistecdr/aria2": "5.0.1",
"@stdlib/regexp-basename-posix": "0.2.2",
"@stdlib/regexp-basename-windows": "0.2.3",
"@stdlib/regexp-dirname-posix": "0.2.1",
"@stdlib/regexp-dirname-windows": "0.2.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@baptistecdr/aria2": "4.1.4",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"class-transformer": "0.5.1",
Expand Down
Loading

0 comments on commit 97709ec

Please sign in to comment.