Combined Frontend with backend, and implemented the extractor function into the module structure

This commit is contained in:
2025-11-10 16:18:57 +01:00
parent bd8ed1bf81
commit 92043440fe
6 changed files with 1483 additions and 11 deletions
+4 -5
View File
@@ -1,10 +1,10 @@
{
"type": "module",
"dependencies": {
"cli-progress": "^3.12.0",
"electron": "^39.1.1",
"express": "^5.1.0",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"express": "^5.1.0"
"fluent-ffmpeg": "^2.1.3"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
@@ -22,6 +22,7 @@
"test": "tests"
},
"scripts": {
"start": "electron main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -31,5 +32,3 @@
"author": "",
"license": "ISC"
}