forked from jeanbmar/s3-sync-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1023 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
35
{
"name": "s3-sync-client",
"version": "3.0.3",
"description": "AWS CLI s3 sync for Node.js provides a modern client to perform S3 sync operations between file systems and S3 buckets in the spirit of the official AWS CLI command",
"main": "lib/index.js",
"files": [
"/lib"
],
"scripts": {
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanbmar/s3-sync-client.git"
},
"author": "Jean-Baptiste Martin",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeanbmar/s3-sync-client/issues"
},
"homepage": "https://github.com/jeanbmar/s3-sync-client#readme",
"peerDependencies": {
"@aws-sdk/abort-controller": "^3.0.0",
"@aws-sdk/client-s3": "^3.0.0"
},
"devDependencies": {
"@aws-sdk/abort-controller": "^3.110.0",
"@aws-sdk/client-s3": "^3.113.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.1",
"tar": "^6.1.11"
}
}