forked from aws-actions/amazon-ecr-login
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
40
41
{
"name": "aws-actions-amazon-ecr-login",
"version": "2.0.1",
"description": "Logs in the local Docker client to the AWS account's ECR registry",
"main": "index.js",
"scripts": {
"lint": "eslint **.js",
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
"test": "eslint **.js && jest --coverage --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws-actions/amazon-ecr-login.git"
},
"keywords": [
"AWS",
"GitHub",
"Actions",
"JavaScript"
],
"author": "AWS",
"license": "MIT",
"bugs": {
"url": "https://github.com/aws-actions/amazon-ecr-login/issues"
},
"homepage": "https://github.com/aws-actions/amazon-ecr-login#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@aws-sdk/client-ecr": "^3.454.0",
"@aws-sdk/client-ecr-public": "^3.454.0",
"@aws-sdk/node-http-handler": "^3.374.0",
"https-proxy-agent": "^7.0.2"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"aws-sdk-client-mock": "^3.0.0",
"eslint": "^8.54.0",
"jest": "^29.7.0"
}
}