{
  "name": "@smithy/signature-v4",
  "version": "5.0.2",
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
  "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/is-array-buffer": "^4.0.0",
    "@smithy/protocol-http": "^5.1.0",
    "@smithy/types": "^4.2.0",
    "@smithy/util-hex-encoding": "^4.0.0",
    "@smithy/util-middleware": "^4.0.2",
    "@smithy/util-uri-escape": "^4.0.0",
    "@smithy/util-utf8": "^4.0.0",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@aws-crypto/sha256-js": "5.2.0",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/signature-v4",
  "repository": {
    "type": "git",
    "url": "https://github.com/smithy-lang/smithy-typescript.git",
    "directory": "packages/signature-v4"
  },
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "publishConfig": {
    "directory": ".release/package"
  }
}