Univerter/package.json
2023-05-05 16:15:22 +00:00

30 lines
739 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",
"ytdl-core": "^4.11.4"
}
}