mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.899.0 to 2.904.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.899.0...v2.904.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
37 lines
930 B
JSON
37 lines
930 B
JSON
{
|
|
"name": "aws-actions-configure-aws-credentials",
|
|
"version": "1.5.9",
|
|
"description": "Configure AWS Credentials",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint **.js",
|
|
"package": "ncc build index.js -o dist && ncc build cleanup.js -o dist/cleanup",
|
|
"test": "npm run lint && jest --coverage --verbose"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aws-actions/configure-aws-credentials.git"
|
|
},
|
|
"keywords": [
|
|
"AWS",
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "AWS",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/aws-actions/configure-aws-credentials/issues"
|
|
},
|
|
"homepage": "https://github.com/aws-actions/configure-aws-credentials#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.7",
|
|
"aws-sdk": "^2.904.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.22.3",
|
|
"eslint": "^7.26.0",
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|