mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
38 lines
939 B
JSON
38 lines
939 B
JSON
{
|
|
"name": "configure-aws-credentials-for-github-actions",
|
|
"version": "0.0.0",
|
|
"description": "Setup AWS",
|
|
"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/configure-aws-credentials-for-github-actions.git"
|
|
},
|
|
"keywords": [
|
|
"AWS",
|
|
"GitHub",
|
|
"Actions",
|
|
"JavaScript"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/aws/configure-aws-credentials-for-github-actions/issues"
|
|
},
|
|
"homepage": "https://github.com/aws/configure-aws-credentials-for-github-actions#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.0",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/io": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.20.5",
|
|
"eslint": "^6.5.1",
|
|
"jest": "^24.9.0"
|
|
}
|
|
}
|