UNPKG

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