Removed more unnessacary stuff

This commit is contained in:
Violet 2023-08-24 16:00:33 +00:00
parent 84c93a21e8
commit d603b974f0
5 changed files with 52 additions and 176 deletions

View file

@ -1,10 +1,10 @@
{
"name": "youtubeconverter",
"version": "0.2.0",
"version": "0.4.0",
"description": "A web youtube converter for converting videos to mp4, mp3, and other supported formats",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js"
},
"repository": {
"type": "git",
@ -26,7 +26,6 @@
"body-parser": "^1.20.2",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"multer": "^1.4.5-lts.1",
"ytdl-core": "^4.11.5"
}
}