ytdownloader/package.json

24 lines
505 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",
"figlet": "^1.2.4",
"fluent-ffmpeg": "^2.1.2",
"gradient-string": "^1.2.0",
"has-flag": "^4.0.0",
"node-id3": "^0.1.11",
"request": "^2.88.0",
"terminal-link": "^2.0.0",
"ytdl-core": "^0.29.7"
}
}