-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.2 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@profmancusoa/s3rsync",
"version": "1.1.0",
"description": "A simple yet useful rsync alike tool for S3",
"main": "bin/index.js",
"type": "module",
"bin": {
"s3rsync": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/profmancusoa/s3rsync.git"
},
"keywords": [
"AWS",
"S3",
"s3-sync",
"sync",
"file-sync",
"s3-file-sync",
"aws-cli-sync",
"aws-sync-cli",
"aws-s3-sync"
],
"author": {
"name": "Antonio \"profmancusoa\" Mancuso",
"email": "profmancusoa@gmail.com",
"url": "https://github.com/profmancusoa"
},
"contributors": [
{
"name": "Andrea Canale <vivanco11.ac@gmail.com> (https://github.com/Andrea-Canale)"
}
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/profmancusoa/s3rsync/issues"
},
"homepage": "https://github.com/profmancusoa/s3rsync#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.556.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"clui": "^0.3.6",
"commander": "^12.0.0",
"md5-file": "^5.0.0",
"split-file": "^2.3.0"
}
}