youtube-download/package.json

13 lines
277 B
JSON

{
"name": "youtube-download",
"version": "1.0.1",
"main": "index.js",
"repository": "https://naicoi@git.techio.dev/naicoi/youtube-download.git",
"author": "HEnull <git@henull.com>",
"license": "MIT",
"dependencies": {
"express": "4.18.2",
"ytdl-core": "4.11.2"
}
}