chore: migrate AV Tools to LocalToolBox

This commit is contained in:
2026-07-27 15:50:55 +02:00
parent 0a4548851c
commit 6c68f9bfbd
20 changed files with 108 additions and 73 deletions

View File

@@ -1,17 +1,17 @@
{
"name": "av-tools",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"description": "Local-first browser audio and video conversion and light editing with ffmpeg.wasm.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/zemion/av-tools.git"
"url": "git+https://git.add-ideas.de/lotobo/av-tools.git"
},
"homepage": "https://git.add-ideas.de/zemion/av-tools",
"homepage": "https://git.add-ideas.de/lotobo/av-tools",
"bugs": {
"url": "https://git.add-ideas.de/zemion/av-tools/issues"
"url": "https://git.add-ideas.de/lotobo/av-tools/issues"
},
"type": "module",
"engines": {
@@ -51,8 +51,8 @@
"release:artifact": "npm run check && npm run vendor:verify && npm run test:opus-regression && npm run test:browser && npm run package:release"
},
"dependencies": {
"@add-ideas/toolbox-contract": "0.2.2",
"@add-ideas/toolbox-shell-react": "0.2.2",
"@add-ideas/toolbox-contract": "0.2.3",
"@add-ideas/toolbox-shell-react": "0.2.3",
"@ffmpeg/ffmpeg": "0.12.15",
"@ffmpeg/util": "0.12.2",
"fflate": "0.8.3",
@@ -60,7 +60,7 @@
"react-dom": "19.2.7"
},
"devDependencies": {
"@add-ideas/toolbox-testkit": "0.2.2",
"@add-ideas/toolbox-testkit": "0.2.3",
"@eslint/js": "10.0.1",
"@playwright/test": "1.61.1",
"@testing-library/jest-dom": "6.9.1",