-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "terabox-node",
"name_ext": "TeraBox node",
"version": "3.3.1",
"type": "module",
"bin": {
"tb-check": "app/app-check.js",
"tb-filemanager": "app/app-filemanager.js",
"tb-filemeta": "app/app-filemeta.js",
"tb-login": "app/app-login.js",
"tb-login-qr": "app/app-login-qr.js",
"tb-getdl": "app/app-getdl.js",
"tb-getdl-share": "app/app-getdl-share.js",
"tb-mkhash": "app/app-mktbhash.js",
"tb-upload": "app/app-uploader.js",
"tb-clouddl": "app/app-clouddl.js",
"tb-share": "app/app-share.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 ☁️",
"dependencies": {
"@inquirer/prompts": "^8.4.2",
"cli-progress": "^3.12.0",
"dateformat": "^5.0.3",
"filesize": "^11.0.17",
"qrcode-terminal": "^0.12.0",
"terabox-api": "^2.9.2",
"tough-cookie": "^6.0.1",
"undici": "^8.1.0",
"yaml": "^2.8.3",
"yargs": "^18.0.0"
}
}