63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "@smithy/middleware-retry",
|
|
"version": "3.0.1",
|
|
"main": "./dist-cjs/index.js",
|
|
"module": "./dist-es/index.js",
|
|
"types": "./dist-types/index.d.ts",
|
|
"browser": {
|
|
"./dist-es/isStreamingPayload/isStreamingPayload": "./dist-es/isStreamingPayload/isStreamingPayload.browser"
|
|
},
|
|
"react-native": {
|
|
"./dist-cjs/isStreamingPayload/isStreamingPayload": "./dist-cjs/isStreamingPayload/isStreamingPayload.browser",
|
|
"./dist-es/isStreamingPayload/isStreamingPayload": "./dist-es/isStreamingPayload/isStreamingPayload.browser"
|
|
},
|
|
"author": {
|
|
"name": "AWS SDK for JavaScript Team",
|
|
"url": "https://aws.amazon.com/javascript/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@smithy/node-config-provider": "^3.0.0",
|
|
"@smithy/protocol-http": "^4.0.0",
|
|
"@smithy/service-error-classification": "^3.0.0",
|
|
"@smithy/smithy-client": "^3.0.1",
|
|
"@smithy/types": "^3.0.0",
|
|
"@smithy/util-middleware": "^3.0.0",
|
|
"@smithy/util-retry": "^3.0.0",
|
|
"tslib": "^2.6.2",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@smithy/util-test": "^0.2.1",
|
|
"@types/uuid": "^8.3.0",
|
|
"concurrently": "7.0.0",
|
|
"downlevel-dts": "0.10.1",
|
|
"rimraf": "3.0.2",
|
|
"typedoc": "0.23.23"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"typesVersions": {
|
|
"<4.0": {
|
|
"dist-types/*": [
|
|
"dist-types/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist-*/**"
|
|
],
|
|
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/middleware-retry",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/awslabs/smithy-typescript.git",
|
|
"directory": "packages/middleware-retry"
|
|
},
|
|
"typedoc": {
|
|
"entryPoint": "src/index.ts"
|
|
},
|
|
"publishConfig": {
|
|
"directory": ".release/package"
|
|
}
|
|
} |