File: //usr/share/opensearch-dashboards/node_modules/@aws-crypto/client-node/package.json
{
"name": "@aws-crypto/client-node",
"keywords": [
"cryptography",
"crypto",
"encryption",
"envelope encryption",
"client side encryption",
"CSE",
"aws"
],
"version": "3.1.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-node": "^3.1.0",
"@aws-crypto/decrypt-node": "^3.1.0",
"@aws-crypto/encrypt-node": "^3.1.1",
"@aws-crypto/kms-keyring-node": "^3.1.0",
"@aws-crypto/material-management-node": "^3.1.0",
"@aws-crypto/raw-aes-keyring-node": "^3.1.0",
"@aws-crypto/raw-rsa-keyring-node": "^3.1.0",
"tslib": "^2.2.0"
},
"sideEffects": false,
"main": "./build/main/src/index.js",
"types": "./build/main/src/index.d.ts",
"files": [
"build/**/src/*"
],
"gitHead": "125e889322955b9b7228349a04b654d97fe378c9"
}