terabox-api
Version:
NodeJS tool for interacting with the TeraBox cloud service without the need to use the website or app ☁️
31 lines (30 loc) • 854 B
JSON
{
"name": "terabox-api",
"name_ext": "TeraBox API",
"version": "2.4.4",
"main": "api.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"terabox"
],
"author": "Seiya Dev.",
"license": "MIT",
"description": "NodeJS tool for interacting with the TeraBox cloud service without the need to use the website or app ☁️",
"homepage": "https://github.com/seiya-npm/terabox-api#readme",
"repository": {
"type": "git",
"url": "https://github.com/seiya-npm/terabox-api.git"
},
"bugs": {
"url": "https://github.com/seiya-npm/terabox-api/issues"
},
"dependencies": {
"crc-32": "^1.2.2",
"filesize": "^11.0.2",
"tough-cookie": "^5.0.0",
"undici": "^7.12.0"
}
}