{
  "name": "@aws-sdk/credential-provider-http",
  "version": "3.775.0",
  "description": "AWS credential provider for containers and HTTP sources",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "browser": "./dist-es/index.browser.js",
  "react-native": "./dist-es/index.browser.js",
  "author": {
    "name": "AWS SDK for JavaScript Team",
    "url": "https://aws.amazon.com/javascript/"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-sdk/core": "3.775.0",
    "@aws-sdk/types": "3.775.0",
    "@smithy/fetch-http-handler": "^5.0.2",
    "@smithy/node-http-handler": "^4.0.4",
    "@smithy/property-provider": "^4.0.2",
    "@smithy/protocol-http": "^5.1.0",
    "@smithy/smithy-client": "^4.2.0",
    "@smithy/types": "^4.2.0",
    "@smithy/util-stream": "^4.2.0",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@tsconfig/recommended": "1.0.1",
    "@types/node": "^18.19.69",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "3.0.2",
    "typescript": "~5.2.2"
  },
  "types": "./dist-types/index.d.ts",
  "engines": {
    "node": ">=18.0.0"
  },
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-http",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-sdk-js-v3.git",
    "directory": "packages/credential-provider-http"
  }
}