mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
Bumps [jest](https://github.com/facebook/jest) from 27.4.3 to 27.4.5. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v27.4.3...v27.4.5) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
38 lines
954 B
JSON
38 lines
954 B
JSON
{
|
|
"name": "aws-actions-configure-aws-credentials",
|
|
"version": "1.6.0",
|
|
"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.6.0",
|
|
"aws-sdk": "^2.1044.0",
|
|
"axios": "^0.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.22.3",
|
|
"eslint": "^8.4.1",
|
|
"jest": "^27.4.5"
|
|
}
|
|
}
|