-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@aws/web3-http-provider",
"version": "1.0.1",
"description": "Web3 HTTP provider for Amazon Managed Blockchain that handles AWS Signature Version 4 authentication",
"main": "index.js",
"scripts": {
"test": "echo \"Follow instructions in test dir\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:cayblood/aws-web3-ws-provider.git"
},
"authors": [
{
"name": "Rafia Tapia",
"email": "[email protected]",
"url": "https://github.com/amazonrafia"
},
{
"name": "Carl Youngblood",
"email": "[email protected]",
"url": "https://github.com/cayblood"
},
{
"name": "Forrest Colyer",
"email": "[email protected]",
"url": "https://github.com/forrest-not-gump"
},
{
"name": "Everton Fraga",
"email": "[email protected]",
"url": "https://github.com/evertonfraga"
}
],
"license": "LGPL-3.0-or-later",
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
"@aws-sdk/credential-providers": "^3.352.0",
"@aws-sdk/fetch-http-handler": "^3.353.0",
"@aws-sdk/protocol-http": "^3.347.0",
"@aws-sdk/signature-v4": "^3.347.0",
"@aws-sdk/types": "^3.347.0",
"web3": "^1.10.0",
"xhr2": "^0.2.1"
}
}