forked from seiya-dev/terabox-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1017 Bytes
/
package.json
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
{
"name": "terabox-node",
"name_ext": "TeraBox node",
"version": "2.3.1",
"main": "modules/api.js",
"type": "module",
"bin": {
"tb-check": "app/app-check.js",
"tb-filemeta": "app/app-filemeta.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"
},
"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 ☁️",
"dependencies": {
"@inquirer/input": "^2.3.0",
"@inquirer/select": "^2.5.0",
"dateformat": "^5.0.3",
"filesize": "^10.1.6",
"tough-cookie": "^5.0.0",
"undici": "^6.19.8",
"yaml": "^2.5.1",
"yargs": "^17.7.2"
}
}