terabox-upload-tool 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "terabox-upload-tool",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"description": "A simple and efficient Node.js library for uploading files and fetching file list with download links from TeraBox storage. This tool streamlines the process of file uploads while offering customization options such as directory selection.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/Pahadi10/terabox-upload-tool"
|
|
8
|
+
},
|
|
5
9
|
"main": "lib/index.js",
|
|
6
10
|
"scripts": {
|
|
7
11
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -13,6 +17,7 @@
|
|
|
13
17
|
"storage",
|
|
14
18
|
"node"
|
|
15
19
|
],
|
|
20
|
+
"homepage": "https://github.com/Pahadi10/terabox-upload-tool#readme",
|
|
16
21
|
"author": "Nitesh Singh Bhandari",
|
|
17
22
|
"license": "MIT",
|
|
18
23
|
"dependencies": {
|