UNPKG

@aws-crypto/client-node

Version:

45 lines (44 loc) 1.24 kB
{ "name": "@aws-crypto/client-node", "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/branch-keystore-node": "^4.2.1", "@aws-crypto/caching-materials-manager-node": "^4.2.1", "@aws-crypto/decrypt-node": "^4.2.1", "@aws-crypto/encrypt-node": "^4.2.1", "@aws-crypto/kms-keyring": "^4.2.1", "@aws-crypto/kms-keyring-node": "^4.2.1", "@aws-crypto/material-management-node": "^4.2.1", "@aws-crypto/raw-aes-keyring-node": "^4.2.1", "@aws-crypto/raw-rsa-keyring-node": "^4.2.1", "tslib": "^2.2.0" }, "sideEffects": false, "main": "./build/main/src/index.js", "types": "./build/main/src/index.d.ts", "files": [ "build/**/src/*" ], "gitHead": "c13645680c93755be90e686f0de18ecd3ef6790e" }