60 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@aws-sdk/middleware-host-header",
 | 
						|
  "version": "3.910.0",
 | 
						|
  "scripts": {
 | 
						|
    "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
 | 
						|
    "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
 | 
						|
    "build:es": "tsc -p tsconfig.es.json",
 | 
						|
    "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
 | 
						|
    "build:types": "tsc -p tsconfig.types.json",
 | 
						|
    "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
 | 
						|
    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
 | 
						|
    "extract:docs": "api-extractor run --local",
 | 
						|
    "test": "yarn g:vitest run",
 | 
						|
    "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
 | 
						|
    "test:watch": "yarn g:vitest watch",
 | 
						|
    "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
 | 
						|
  },
 | 
						|
  "main": "./dist-cjs/index.js",
 | 
						|
  "module": "./dist-es/index.js",
 | 
						|
  "types": "./dist-types/index.d.ts",
 | 
						|
  "sideEffects": false,
 | 
						|
  "author": {
 | 
						|
    "name": "AWS SDK for JavaScript Team",
 | 
						|
    "url": "https://aws.amazon.com/javascript/"
 | 
						|
  },
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "dependencies": {
 | 
						|
    "@aws-sdk/types": "3.910.0",
 | 
						|
    "@smithy/protocol-http": "^5.3.2",
 | 
						|
    "@smithy/types": "^4.7.1",
 | 
						|
    "tslib": "^2.6.2"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=18.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/middleware-host-header",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/aws/aws-sdk-js-v3.git",
 | 
						|
    "directory": "packages/middleware-host-header"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@tsconfig/recommended": "1.0.1",
 | 
						|
    "concurrently": "7.0.0",
 | 
						|
    "downlevel-dts": "0.10.1",
 | 
						|
    "rimraf": "3.0.2",
 | 
						|
    "typescript": "~5.8.3"
 | 
						|
  }
 | 
						|
}
 |