-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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
38
{
"name": "terabox-api",
"name_ext": "TeraBox API",
"version": "2.8.0",
"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": "git+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.22.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"docdash": "^2.0.2",
"eslint": "^10.0.3",
"globals": "^17.0.0",
"jsdoc": "^4.0.4"
}
}