mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
Bumps [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) from 29.6.4 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-globals) --- updated-dependencies: - dependency-name: "@jest/globals" dependency-type: direct:development update-type: version-update:semver-minor ... 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>
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "configure-aws-credentials",
|
|
"description": "A GitHub Action to configure AWS credentials",
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.build.json",
|
|
"lint": "eslint .",
|
|
"package": "npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && copyup -E dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY",
|
|
"test": "npm run lint && jest --verbose"
|
|
},
|
|
"author": {
|
|
"name": "Amazon.com, Inc. or its affiliates",
|
|
"url": "https://aws.amazon.com",
|
|
"organization": true
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/credential-provider-env": "^3.186.0",
|
|
"@smithy/property-provider": "^2.0.7",
|
|
"@jest/globals": "^29.7.0",
|
|
"@types/jest": "^29.5.4",
|
|
"@types/node": "^20",
|
|
"@typescript-eslint/eslint-plugin": "<=5.62.0",
|
|
"@typescript-eslint/parser": "<=5.62.0",
|
|
"@vercel/ncc": "^0.38.0",
|
|
"aws-sdk-client-mock": "^3.0.0",
|
|
"copyfiles": "^2.4.1",
|
|
"del-cli": "^5.1.0",
|
|
"eslint": "^8",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
"eslint-import-resolver-typescript": "^3.5.1",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"jest": "^29.6.4",
|
|
"jest-junit": "^16",
|
|
"json-schema": "^0.4.0",
|
|
"prettier": "^3.0.3",
|
|
"standard-version": "^9",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@aws-sdk/client-sts": "^3",
|
|
"@smithy/node-http-handler": "^2.1.4",
|
|
"https-proxy-agent": "^5.0.0"
|
|
},
|
|
"keywords": [
|
|
"aws",
|
|
"github",
|
|
"github-action"
|
|
],
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
},
|
|
"main": "build/index.js",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/aws-actions/configure-aws-credentials",
|
|
"version": "0.0.0",
|
|
"bugs": {
|
|
"url": "https://github.com/aws-actions/configure-aws-credentials/issues"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"private": true
|
|
}
|