-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.01 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.01 KB
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
{
"name": "connectors-relayer",
"version": "0.0.1",
"description": "The relayer for rainbow-token-connector and eth-connector",
"main": "index.js",
"author": "dev@near.org",
"license": "MIT",
"dependencies": {
"@ethereumjs/block": "^3.4.0",
"bn": "^1.0.5",
"dotenv": "^8.2.0",
"eth-connector": "https://github.com/aurora-is-near/eth-connector",
"eth-object": "https://github.com/near/eth-object#c8d641a61279ea8fd709d5fd3010b7dc39991e65",
"eth-util-lite": "near/eth-util-lite#master",
"ethers": "^5.4.0",
"hot-shots": "^8.3.2",
"merkle-patricia-tree": "^4.2.2",
"near-api-js": "^0.43.1",
"prom-client": "^12.0.0",
"rainbow-bridge-utils": "1.0.0",
"rainbow-token-connector": "https://github.com/aurora-is-near/rainbow-token-connector",
"@types/yargs": "^17.0.1",
"yargs": "^17.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"typescript": "^4.4.3"
}
}