forked from aws/aws-sdk-js-crypto-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@aws-crypto/random-source-node",
"version": "2.0.2",
"description": "A Node.JS implementation of the AWS SDK for JavaScript's `randomValues` interface",
"main": "./build/index.js",
"scripts": {
"pretest": "tsc -p tsconfig.test.json",
"test": "mocha --require ts-node/register test/**/*test.ts"
},
"repository": {
"type": "git",
"url": "[email protected]:aws/aws-sdk-js-crypto-helpers.git"
},
"author": {
"name": "AWS Crypto Tools Team",
"email": "[email protected]",
"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/random-source-node",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "^3.222.0",
"tslib": "^1.11.1"
},
"types": "./build/index.d.ts"
}