-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 933 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
27
28
29
30
31
32
33
34
35
{
"name": "@aws/web3-ws-provider",
"version": "1.0.3",
"description": "Web3 WebSockets 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": "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-sdk": "^2.809.0",
"web3-providers-ws": "^1.3.5"
}
}