57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
"version": "3.577.0",
|
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
"main": "./dist-cjs/index.js",
|
|
"module": "./dist-es/index.js",
|
|
"browser": {
|
|
"./dist-es/fromTokenFile": false,
|
|
"./dist-cjs/fromTokenFile": false
|
|
},
|
|
"react-native": {
|
|
"./dist-es/fromTokenFile": false,
|
|
"./dist-cjs/fromTokenFile": false
|
|
},
|
|
"author": {
|
|
"name": "AWS SDK for JavaScript Team",
|
|
"url": "https://aws.amazon.com/javascript/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/types": "3.577.0",
|
|
"@smithy/property-provider": "^3.0.0",
|
|
"@smithy/types": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "1.0.1",
|
|
"@types/node": "^16.18.96",
|
|
"concurrently": "7.0.0",
|
|
"downlevel-dts": "0.10.1",
|
|
"rimraf": "3.0.2",
|
|
"typescript": "~4.9.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@aws-sdk/client-sts": "^3.577.0"
|
|
},
|
|
"types": "./dist-types/index.d.ts",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"typesVersions": {
|
|
"<4.0": {
|
|
"dist-types/*": [
|
|
"dist-types/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist-*/**"
|
|
],
|
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-web-identity",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
"directory": "packages/credential-provider-web-identity"
|
|
}
|
|
} |