UNPKG

@aws-crypto/client-browser

Version:

45 lines (44 loc) 1.26 kB
{ "name": "@aws-crypto/client-browser", "keywords": [ "cryptography", "crypto", "encryption", "envelope encryption", "client side encryption", "CSE", "aws" ], "version": "4.2.1", "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": "^4.2.1", "@aws-crypto/decrypt-browser": "^4.2.1", "@aws-crypto/encrypt-browser": "^4.2.1", "@aws-crypto/kms-keyring-browser": "^4.2.1", "@aws-crypto/material-management-browser": "^4.2.1", "@aws-crypto/raw-aes-keyring-browser": "^4.2.1", "@aws-crypto/raw-rsa-keyring-browser": "^4.2.1", "@aws-crypto/web-crypto-backend": "^4.0.1", "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/*" ], "gitHead": "c13645680c93755be90e686f0de18ecd3ef6790e" }