UNPKG

@aws-sdk/credential-provider-http

Version:
77 lines (76 loc) 2.51 kB
{ "name": "@aws-sdk/credential-provider-http", "version": "3.972.42", "description": "AWS credential provider for containers and HTTP sources", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "browser": { "./dist-es/fromHttp/fromHttp": "./dist-es/fromHttp/fromHttp.browser", "./dist-es/index": "./dist-es/index.browser" }, "react-native": { "./dist-es/index": "./dist-es/index.browser", "./dist-cjs/index": "./dist-cjs/index.browser", "./dist-es/fromHttp/fromHttp": "./dist-es/fromHttp/fromHttp.browser", "./dist-cjs/fromHttp/fromHttp": "./dist-cjs/fromHttp/fromHttp.browser" }, "scripts": { "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs", "build:cjs": "node ../../scripts/compilation/inline credential-provider-http", "build:es": "tsc -p tsconfig.es.json", "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"", "build: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 tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo", "test": "yarn g:vitest run", "test:integration": "yarn g:vitest run -c vitest.config.integ.mts", "test:watch": "yarn g:vitest watch" }, "keywords": [ "aws", "credentials" ], "sideEffects": false, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "license": "Apache-2.0", "dependencies": { "@aws-sdk/core": "^3.974.14", "@aws-sdk/types": "^3.973.9", "@smithy/core": "^3.24.3", "@smithy/fetch-http-handler": "^5.4.3", "@smithy/node-http-handler": "^4.7.3", "@smithy/types": "^4.14.2", "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" }, "types": "./dist-types/index.d.ts", "engines": { "node": ">=20.0.0" }, "typesVersions": { "<4.5": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "files": [ "dist-*/**" ], "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/credential-provider-http", "repository": { "type": "git", "url": "https://github.com/aws/aws-sdk-js-v3.git", "directory": "packages-internal/credential-provider-http" } }