-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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
{
"name": "holo-relayer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "docker compose --file ./docker-compose.yml up --build --abort-on-container-exit",
"dev-server": "node index.js",
"dev-daemon": "cargo run --manifest-path=./daemon/Cargo.toml",
"test": "HARDHAT_TESTING=true npx hardhat test"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.259.0",
"@ethersproject/experimental": "^5.7.0",
"@openzeppelin/contracts": "^4.8.0",
"@sendgrid/mail": "^7.7.0",
"@zk-kit/incremental-merkle-tree.sol": "^1.3.1",
"async-mutex": "^0.4.0",
"aws-sdk": "^2.1304.0",
"axios": "^1.1.3",
"chai": "^4.3.7",
"circomlibjs": "^0.1.7",
"circomlibjs-old": "npm:circomlibjs@^0.0.8",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ethers": "^5.7.1",
"express": "^4.18.1",
"holo-merkle-utils": "^0.0.1",
"lodash": "^4.17.21",
"snarkjs": "^0.5.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@zk-kit/incremental-merkle-tree": "^1.0.0",
"chai-http": "^4.3.0",
"hardhat": "^2.12.3"
}
}