2019-10-27 16:50:10 +01:00
|
|
|
{
|
|
|
|
"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",
|
2019-11-19 16:46:16 +01:00
|
|
|
"terminal-link": "^2.0.0",
|
2019-10-27 16:50:10 +01:00
|
|
|
"ytdl-core": "^0.29.7"
|
|
|
|
}
|
|
|
|
}
|