mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
37 lines
879 B
JSON
37 lines
879 B
JSON
{
|
|
"name": "aws-actions-configure-aws-credentials",
|
|
"version": "1.3.5",
|
|
"description": "Configure AWS Credentials",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint **.js",
|
|
"package": "ncc build index.js -o dist",
|
|
"test": "eslint **.js && jest --coverage"
|
|
},
|
|
"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.4",
|
|
"aws-sdk": "^2.684.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.22.3",
|
|
"eslint": "^7.1.0",
|
|
"jest": "^26.0.1"
|
|
}
|
|
}
|