terabox-api
Version:
NodeJS tool for interacting with the TeraBox cloud service without the need to use the website or app ☁️
39 lines (38 loc) • 1.07 kB
JSON
{
"name": "terabox-api",
"name_ext": "TeraBox API",
"version": "2.5.1",
"main": "api.js",
"type": "module",
"scripts": {
"html": "python docs/apidoc.py",
"lint": "eslint . --config .eslint.config.js"
},
"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": "^6.0.0",
"undici": "^7.12.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"docdash": "^2.0.2",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"jsdoc": "^4.0.4"
}
}