32 lines
794 B
JSON
32 lines
794 B
JSON
{
|
|
"name": "univerter",
|
|
"version": "3.2.0",
|
|
"description": "A web youtube converter for converting videos to mp4, mp3, and other supported formats",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"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",
|
|
"express": "^4.18.2",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"ytdl-core": "^4.11.5"
|
|
}
|
|
}
|