bbdl
Version:
A BiliBili & DouYin cli downloader
34 lines (33 loc) • 571 B
JSON
{
"name": "bbdl",
"version": "0.0.2",
"description": "A BiliBili & DouYin cli downloader",
"main": "src/index.js",
"scripts": {
"test": "test"
},
"bin": {
"bbd": "bin/index.js"
},
"files": [
"src/*",
"files/*",
"bin/*"
],
"keywords": [
"BiliBili",
"DouYin",
"download",
"youtube"
],
"author": "JayFate",
"license": "ISC",
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^0.27.2",
"cli-progress": "^3.11.2",
"commander": "^9.4.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3"
}
}