mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.7 to 25.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.9 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>
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "configure-aws-credentials",
|
|
"description": "A GitHub Action to configure AWS credentials",
|
|
"version": "5.1.1",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "biome check --error-on-warnings ./src",
|
|
"lint:fix": "biome check --write ./src",
|
|
"package": "npm run build && ncc build --license THIRD-PARTY -o dist && ncc build src/cleanup/index.ts -o dist/cleanup && cpy dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY",
|
|
"test": "npm run lint && vitest run && npm run build",
|
|
"clean": "del-cli coverage test-reports node_modules"
|
|
},
|
|
"author": {
|
|
"name": "Amazon.com, Inc. or its affiliates",
|
|
"url": "https://aws.amazon.com",
|
|
"organization": true
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/credential-provider-env": "^3.964.0",
|
|
"@biomejs/biome": "2.3.11",
|
|
"@smithy/property-provider": "^4.2.7",
|
|
"@types/node": "^25.0.9",
|
|
"@vercel/ncc": "^0.38.4",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"aws-sdk-client-mock": "^4.1.0",
|
|
"cpy-cli": "^6.0.0",
|
|
"del-cli": "^7.0.0",
|
|
"json-schema": "^0.4.0",
|
|
"memfs": "^4.51.1",
|
|
"standard-version": "^9.5.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^2.0.2",
|
|
"@aws-sdk/client-sts": "^3.967.0",
|
|
"@smithy/node-http-handler": "^4.4.7",
|
|
"proxy-agent": "^6.5.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",
|
|
"bugs": {
|
|
"url": "https://github.com/aws-actions/configure-aws-credentials/issues"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"private": true
|
|
}
|