52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "@smithy/smithy-client",
|
||
|
|
"version": "3.0.1",
|
||
|
|
"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": {
|
||
|
|
"@smithy/middleware-endpoint": "^3.0.0",
|
||
|
|
"@smithy/middleware-stack": "^3.0.0",
|
||
|
|
"@smithy/protocol-http": "^4.0.0",
|
||
|
|
"@smithy/types": "^3.0.0",
|
||
|
|
"@smithy/util-stream": "^3.0.1",
|
||
|
|
"tslib": "^2.6.2"
|
||
|
|
},
|
||
|
|
"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/smithy-client",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/awslabs/smithy-typescript.git",
|
||
|
|
"directory": "packages/smithy-client"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^16.18.96",
|
||
|
|
"concurrently": "7.0.0",
|
||
|
|
"downlevel-dts": "0.10.1",
|
||
|
|
"rimraf": "3.0.2",
|
||
|
|
"typedoc": "0.23.23"
|
||
|
|
},
|
||
|
|
"typedoc": {
|
||
|
|
"entryPoint": "src/index.ts"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"directory": ".release/package"
|
||
|
|
}
|
||
|
|
}
|