1 | {
|
2 | "name": "@aws-crypto/sha256-js",
|
3 | "version": "5.2.0",
|
4 | "scripts": {
|
5 | "prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
|
6 | "pretest": "tsc -p tsconfig.test.json",
|
7 | "test": "mocha --require ts-node/register test/**/*test.ts"
|
8 | },
|
9 | "main": "./build/main/index.js",
|
10 | "module": "./build/module/index.js",
|
11 | "types": "./build/main/index.d.ts",
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git"
|
15 | },
|
16 | "author": {
|
17 | "name": "AWS Crypto Tools Team",
|
18 | "email": "aws-cryptools@amazon.com",
|
19 | "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us"
|
20 | },
|
21 | "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/sha256-js",
|
22 | "license": "Apache-2.0",
|
23 | "dependencies": {
|
24 | "@aws-crypto/util": "^5.2.0",
|
25 | "@aws-sdk/types": "^3.222.0",
|
26 | "tslib": "^2.6.2"
|
27 | },
|
28 | "engines": {
|
29 | "node": ">=16.0.0"
|
30 | },
|
31 | "gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748"
|
32 | }
|