-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 KB
/
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
36
37
38
39
{
"name": "@hdquarters/node-s3-client",
"version": "1.1.1",
"description": "High level amazon s3 client. upload and download files and directories",
"main": "lib/index.js",
"scripts": {
"release": "./node_modules/.bin/release-it --no-npm.publish --git.tagName='v${version}' --github.release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hdquarters/node-s3-client.git"
},
"keywords": [
"s3"
],
"author": "Hemerson Vianna <hemerson.lourenco@gmail.com> (https://nerdcalistenico.com.br)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hdquarters/node-s3-client/issues"
},
"homepage": "https://github.com/hdquarters/node-s3-client#readme",
"devDependencies": {
"release-it": "13.6.5"
},
"dependencies": {
"aws-sdk": "2.4.9",
"fd-slicer": "1.1.0",
"findit2": "2.2.3",
"graceful-fs": "4.2.4",
"mime": "2.4.6",
"mkdirp": "1.0.4",
"pend": "1.2.0",
"rimraf": "3.0.2",
"streamsink": "1.2.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}