UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@aws-sdk/fetch-http-handler",
3 "version": "3.374.0",
4 "description": "Provides a way to make requests",
5 "scripts": {
6 "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7 "build:cjs": "tsc -p tsconfig.cjs.json",
8 "build:es": "tsc -p tsconfig.es.json",
9 "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10 "build:types": "tsc -p tsconfig.types.json",
11 "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12 "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13 "extract:docs": "api-extractor run --local",
14 "test": "exit 0"
15 },
16 "author": {
17 "name": "AWS SDK for JavaScript Team",
18 "url": "https://aws.amazon.com/javascript/"
19 },
20 "license": "Apache-2.0",
21 "main": "./dist-cjs/index.js",
22 "module": "./dist-es/index.js",
23 "types": "./dist-types/index.d.ts",
24 "dependencies": {
25 "@smithy/fetch-http-handler": "^1.0.1",
26 "tslib": "^2.5.0"
27 },
28 "devDependencies": {
29 "@aws-sdk/abort-controller": "3.374.0",
30 "@tsconfig/recommended": "1.0.1",
31 "concurrently": "7.0.0",
32 "downlevel-dts": "0.10.1",
33 "rimraf": "3.0.2",
34 "typedoc": "0.23.23",
35 "typescript": "~4.9.5"
36 },
37 "typesVersions": {
38 "<4.0": {
39 "dist-types/*": [
40 "dist-types/ts3.4/*"
41 ]
42 }
43 },
44 "files": [
45 "dist-*/**"
46 ],
47 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/fetch-http-handler",
48 "repository": {
49 "type": "git",
50 "url": "https://github.com/aws/aws-sdk-js-v3.git",
51 "directory": "packages/fetch-http-handler"
52 },
53 "typedoc": {
54 "entryPoint": "src/index.ts"
55 }
56}