Initialize
This commit is contained in:
parent
16b1e2d6ad
commit
732bf7476d
6 changed files with 749 additions and 0 deletions
29
package.json
Normal file
29
package.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue