selfdebrid/package.json
2023-03-13 01:22:15 -04:00

28 lines
640 B
JSON

{
"name": "selfdebrid",
"version": "1.0.0",
"description": "A modular terminal tool to unrestrict and download from various sites.",
"main": "package.js",
"scripts": {
"test": "node ./test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@cantfindkernel/ddos-guard-bypass": "^1.0.5",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"cli-progress": "^3.11.2",
"decrypt-dlc": "^2.0.1",
"inquirer": "^8.2.5",
"megajs": "^1.0.6",
"minimist": "^1.2.6",
"safe-eval-2": "^0.4.2",
"set-cookie-parser": "^2.5.1"
},
"bin": {
"selfdebrid": "cli.js"
}
}