UNPKG

@aws/cloudfront-hosting-toolkit

Version:

CloudFront Hosting Toolkit offers the convenience of a managed frontend hosting service while retaining full control over the hosting and deployment infrastructure to make it your own.

57 lines (56 loc) 1.94 kB
{ "name": "@aws-sdk/signature-v4-crt", "version": "3.511.0", "description": "A revision of AWS Signature V4 request signer based on AWS Common Runtime https://github.com/awslabs/aws-crt-nodejs", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "types": "./dist-types/index.d.ts", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline signature-v4-crt", "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": "jest --coverage" }, "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "license": "Apache-2.0", "dependencies": { "@aws-sdk/signature-v4-multi-region": "3.511.0", "@aws-sdk/types": "3.511.0", "@aws-sdk/util-user-agent-node": "3.511.0", "@smithy/querystring-parser": "^2.1.1", "@smithy/signature-v4": "^2.1.1", "@smithy/types": "^2.9.1", "@smithy/util-middleware": "^2.1.1", "aws-crt": "^1.18.3", "tslib": "^2.5.0" }, "devDependencies": { "@aws-crypto/sha256-js": "3.0.0", "@smithy/protocol-http": "^3.1.1", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typescript": "~4.9.5" }, "engines": { "node": ">=14.0.0" }, "files": [ "dist-*/**" ], "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/signature-v4-crt", "repository": { "type": "git", "url": "https://github.com/aws/aws-sdk-js-v3.git", "directory": "packages/signature-v4-crt" } }