chore: migrate AV Tools to LocalToolBox
This commit is contained in:
14
package.json
14
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user