Univerter/package.json

32 lines
764 B
JSON
Raw Normal View History

2023-05-05 11:15:22 -05:00
{
"name": "youtubeconverter",
2023-10-23 23:32:16 -05:00
"version": "2.1.0",
2023-05-05 11:15:22 -05:00
"description": "A web youtube converter for converting videos to mp4, mp3, and other supported formats",
"main": "index.js",
"scripts": {
2023-08-24 11:00:33 -05:00
"start": "node index.js"
2023-05-05 11:15:22 -05:00
},
"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": {
"body-parser": "^1.20.2",
2023-05-05 11:15:22 -05:00
"express": "^4.18.2",
2023-10-18 20:04:42 -05:00
"ffmpeg": "^0.0.4",
"ytdl-core": "^4.11.5"
2023-05-05 11:15:22 -05:00
}
}