UNPKG

@aws-sdk/credential-provider-sso

Version:

AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials

68 lines (67 loc) 2.16 kB
{ "name": "@aws-sdk/credential-provider-sso", "version": "3.973.3", "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials", "keywords": [ "aws", "credentials" ], "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-sso", "license": "Apache-2.0", "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/sdk-for-javascript/" }, "repository": { "type": "git", "url": "https://github.com/aws/aws-sdk-js-v3.git", "directory": "packages-internal/credential-provider-sso" }, "files": [ "dist-*/**" ], "sideEffects": false, "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "typesVersions": { "<4.5": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "scripts": { "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs", "build:cjs": "node ../../scripts/compilation/inline", "build:es": "premove dist-es && tsc -p tsconfig.es.json", "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"", "build:types": "premove dist-types && tsc -p tsconfig.types.json", "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", "clean": "premove dist-cjs dist-es dist-types", "test": "yarn g:vitest run", "test:watch": "yarn g:vitest watch", "test:integration": "yarn g:vitest run -c vitest.config.integ.mts", "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts" }, "dependencies": { "@aws-sdk/core": "^3.975.3", "@aws-sdk/nested-clients": "^3.997.33", "@aws-sdk/token-providers": "3.1088.0", "@aws-sdk/types": "^3.974.2", "@smithy/core": "^3.29.4", "@smithy/types": "^4.16.1", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", "@types/node": "^20.14.8", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "premove": "4.0.0", "typescript": "~5.8.3" }, "engines": { "node": ">=20.0.0" } }