Moved electron to backend

This commit is contained in:
Tzahi12345
2023-04-17 00:48:30 -04:00
parent 3a7e2d9d0f
commit 771fe3d985
5 changed files with 383 additions and 567 deletions

View File

@@ -2,7 +2,7 @@
"name": "backend",
"version": "1.0.0",
"description": "backend for YoutubeDL-Material",
"main": "index.js",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2-runtime --raw pm2.config.js",
@@ -58,5 +58,8 @@
"winston": "^3.7.2",
"xmlbuilder2": "^3.0.2",
"youtube-dl": "^3.0.2"
},
"devDependencies": {
"electron": "^24.1.2"
}
}