2023-05-05 11:15:22 -05:00
|
|
|
{
|
2023-11-20 14:39:04 -06:00
|
|
|
"name": "univerter",
|
2024-07-29 00:45:58 -05:00
|
|
|
"version": "4.0.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": {
|
2024-07-29 00:45:58 -05:00
|
|
|
"@distube/ytdl-core": "^4.13.5",
|
2024-01-14 13:45:48 -06:00
|
|
|
"child_process": "^1.0.2",
|
2024-01-17 19:48:08 -06:00
|
|
|
"express": "^4.18.2",
|
2024-07-29 00:45:58 -05:00
|
|
|
"ffmpeg-static": "^5.2.0"
|
2023-05-05 11:15:22 -05:00
|
|
|
}
|
|
|
|
}
|