ytdownloader/package.json

21 lines
422 B
JSON
Executable File

{
"name": "ytdownloader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"fluent-ffmpeg": "^2.1.2",
"node-id3": "^0.1.11",
"request": "^2.88.0",
"terminal-link": "^2.0.0",
"ytdl-core": "^0.29.7"
}
}