51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@aws-sdk/s3-request-presigner",
|
|
"version": "3.577.0",
|
|
"main": "./dist-cjs/index.js",
|
|
"module": "./dist-es/index.js",
|
|
"types": "./dist-types/index.d.ts",
|
|
"author": {
|
|
"name": "AWS SDK for JavaScript Team",
|
|
"url": "https://aws.amazon.com/javascript/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/signature-v4-multi-region": "3.577.0",
|
|
"@aws-sdk/types": "3.577.0",
|
|
"@aws-sdk/util-format-url": "3.577.0",
|
|
"@smithy/middleware-endpoint": "^3.0.0",
|
|
"@smithy/protocol-http": "^4.0.0",
|
|
"@smithy/smithy-client": "^3.0.0",
|
|
"@smithy/types": "^3.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/client-s3": "3.577.0",
|
|
"@smithy/hash-node": "^3.0.0",
|
|
"@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"
|
|
},
|
|
"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/main/packages/s3-request-presigner",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
"directory": "packages/s3-request-presigner"
|
|
}
|
|
} |