{
  "name": "@aws-sdk/credential-provider-sso",
  "version": "3.23.0",
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
  "main": "./dist/cjs/index.js",
  "module": "./dist/es/index.js",
  "scripts": {
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:es": "tsc -p tsconfig.es.json",
    "build": "yarn build:es && yarn build:cjs",
    "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
    "test": "jest"
  },
  "keywords": [
    "aws",
    "credentials"
  ],
  "author": {
    "name": "AWS SDK for JavaScript Team",
    "url": "https://aws.amazon.com/javascript/"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-sdk/client-sso": "3.23.0",
    "@aws-sdk/property-provider": "3.23.0",
    "@aws-sdk/shared-ini-file-loader": "3.23.0",
    "@aws-sdk/types": "3.22.0",
    "@aws-sdk/util-credentials": "3.23.0",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "@types/node": "^10.0.0",
    "jest": "^26.1.0",
    "typescript": "~4.3.2"
  },
  "types": "./dist/types/index.d.ts",
  "engines": {
    "node": ">= 10.0.0"
  },
  "typesVersions": {
    "<4.0": {
      "dist/types/*": [
        "dist/types/ts3.4/*"
      ]
    }
  },
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-sso",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-sdk-js-v3.git",
    "directory": "packages/credential-provider-sso"
  }
}
