{
  "name": "@aws-crypto/client-browser",
  "keywords": [
    "cryptography",
    "crypto",
    "encryption",
    "envelope encryption",
    "client side encryption",
    "CSE",
    "aws"
  ],
  "version": "5.0.0",
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "lint": "run-s lint-*",
    "lint-eslint": "eslint src/*.ts",
    "lint-prettier": "prettier -c src/*.ts"
  },
  "author": {
    "name": "AWS Crypto Tools Team",
    "email": "aws-cryptools@amazon.com",
    "url": "https://aws.amazon.com/javascript/"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-crypto/caching-materials-manager-browser": "^5.0.0",
    "@aws-crypto/decrypt-browser": "^5.0.0",
    "@aws-crypto/encrypt-browser": "^5.0.0",
    "@aws-crypto/kms-keyring-browser": "^5.0.0",
    "@aws-crypto/material-management-browser": "^5.0.0",
    "@aws-crypto/raw-aes-keyring-browser": "^5.0.0",
    "@aws-crypto/raw-rsa-keyring-browser": "^5.0.0",
    "@aws-crypto/web-crypto-backend": "^5.0.0",
    "tslib": "^2.2.0"
  },
  "sideEffects": false,
  "main": "./build/main/src/index.js",
  "module": "./build/module/src/index.js",
  "types": "./build/main/src/index.d.ts",
  "files": [
    "build/**/src/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
    "directory": "modules/client-browser"
  },
  "gitHead": "7074e37b58a32b0d4df54772d98f30c64ef5bb90"
}
