1 | {
|
2 | "name": "@aws-sdk/middleware-host-header",
|
3 | "version": "3.709.0",
|
4 | "scripts": {
|
5 | "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
6 | "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
|
7 | "build:es": "tsc -p tsconfig.es.json",
|
8 | "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
9 | "build:types": "tsc -p tsconfig.types.json",
|
10 | "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
11 | "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
12 | "test": "yarn g:vitest run",
|
13 | "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
|
14 | "test:watch": "yarn g:vitest watch",
|
15 | "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
|
16 | },
|
17 | "main": "./dist-cjs/index.js",
|
18 | "module": "./dist-es/index.js",
|
19 | "types": "./dist-types/index.d.ts",
|
20 | "author": {
|
21 | "name": "AWS SDK for JavaScript Team",
|
22 | "url": "https://aws.amazon.com/javascript/"
|
23 | },
|
24 | "license": "Apache-2.0",
|
25 | "dependencies": {
|
26 | "@aws-sdk/types": "3.709.0",
|
27 | "@smithy/protocol-http": "^4.1.8",
|
28 | "@smithy/types": "^3.7.2",
|
29 | "tslib": "^2.6.2"
|
30 | },
|
31 | "engines": {
|
32 | "node": ">=16.0.0"
|
33 | },
|
34 | "typesVersions": {
|
35 | "<4.0": {
|
36 | "dist-types/*": [
|
37 | "dist-types/ts3.4/*"
|
38 | ]
|
39 | }
|
40 | },
|
41 | "files": [
|
42 | "dist-*/**"
|
43 | ],
|
44 | "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-host-header",
|
45 | "repository": {
|
46 | "type": "git",
|
47 | "url": "https://github.com/aws/aws-sdk-js-v3.git",
|
48 | "directory": "packages/middleware-host-header"
|
49 | },
|
50 | "devDependencies": {
|
51 | "@tsconfig/recommended": "1.0.1",
|
52 | "concurrently": "7.0.0",
|
53 | "downlevel-dts": "0.10.1",
|
54 | "rimraf": "3.0.2",
|
55 | "typescript": "~4.9.5"
|
56 | }
|
57 | }
|