-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 859 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-pre-signed-url",
"version": "1.0.0",
"description": "GitHub Action to generate an AWS S3 PreSigned URL",
"main": "index.js",
"keywords": [
"github",
"ci",
"cd",
"actions",
"action",
"github-actions",
"s3",
"presigned-url",
"signed-url"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/anton-yurchenko/s3-pre-signed-url.git"
},
"author": "anton-yurchenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/anton-yurchenko/s3-pre-signed-url/issues"
},
"homepage": "https://github.com/anton-yurchenko/s3-pre-signed-url#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@aws-sdk/client-s3": "^3.687.0",
"@aws-sdk/s3-request-presigner": "^3.687.0"
}
}