25 lines
702 B
JSON
25 lines
702 B
JSON
|
|
{
|
||
|
|
"name": "@aws-crypto/crc32c",
|
||
|
|
"version": "3.0.0",
|
||
|
|
"main": "./build/index.js",
|
||
|
|
"types": "./build/index.d.ts",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git"
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "AWS Crypto Tools Team",
|
||
|
|
"email": "aws-cryptools@amazon.com",
|
||
|
|
"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/crc32c",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"@aws-crypto/util": "^3.0.0",
|
||
|
|
"@aws-sdk/types": "^3.222.0",
|
||
|
|
"tslib": "^1.11.1"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
}
|
||
|
|
}
|