Univerter/package.json

31 lines
737 B
JSON
Raw Normal View History

2023-05-05 11:15:22 -05:00
{
2023-11-20 14:39:04 -06:00
"name": "univerter",
2023-12-09 12:10:50 -06:00
"version": "3.2.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-01-14 13:45:48 -06:00
"child_process": "^1.0.2",
2024-01-17 19:48:08 -06:00
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0"
2023-05-05 11:15:22 -05:00
}
}