forked from seiya-npm/terabox-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 982 Bytes
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
{
"name": "terabox-api",
"name_ext": "TeraBox API",
"version": "2.5.0",
"main": "api.js",
"type": "module",
"scripts": {
"html": "python docs/apidoc.py",
"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": "^6.0.0",
"undici": "^7.12.0"
},
"devDependencies": {
"docdash": "^2.0.2",
"jsdoc": "^4.0.4"
}
}