{ "name": "@aws-crypto/util", "version": "2.0.2", "scripts": { "prepublishOnly": "tsc", "pretest": "tsc -p tsconfig.test.json", "test": "mocha --require ts-node/register test/**/*test.ts" }, "main": "./build/index.js", "types": "./build/index.d.ts", "repository": { "type": "git", "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git" }, "author": { "name": "AWS Crypto Tools Team", "email": "aws-cryptools@amazon.com", "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" }, "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/util", "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.110.0", "@aws-sdk/util-utf8-browser": "^3.0.0", "tslib": "^1.11.1" }, "publishConfig": { "access": "public" }, "gitHead": "5d1db32bb75010cbe38ff8dda9c560cdbb7ec578" }