Univerter/package.json
Violet 94ebbfba18 Experimental update
expect some formats to not work
2023-08-21 16:46:48 +00:00

31 lines
770 B
JSON

{
"name": "youtubeconverter",
"version": "1.0.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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Violets-puragtory/YoutubeConverter.git"
},
"keywords": [
"youtube",
"yt",
"ytmp3",
"yt-dl"
],
"author": "Violet",
"license": "MIT",
"bugs": {
"url": "https://github.com/Violets-puragtory/YoutubeConverter/issues"
},
"homepage": "https://github.com/Violets-puragtory/YoutubeConverter#readme",
"dependencies": {
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"ytdl-core": "^4.11.5"
}
}