-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
32
33
34
35
36
37
38
{
"name": "withdrawal-finalizer",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@matterlabs/zksync-contracts": "^29.0.0",
"@openzeppelin/contracts": "^4.8.1",
"@sentry/node": "^7.2.0",
"@sentry/tracing": "^7.2.0",
"ethers": "^6.0.0",
"node-fetch": "^2.6.1",
"prom-client": "^14.2.0",
"zksync-web3": "^0.17.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-solpp": "^2.0.1",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
"@types/mocha": "^9.1.0",
"@types/node": "^14.14.5",
"chai": "^4.3.6",
"hardhat": "^2.12.7",
"mocha": "^9.2.1",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.4.3",
"solhint": "^6.0.1",
"ts-generator": "^0.1.1",
"ts-node": "^10.8.1",
"typechain": "^8.3.2",
"typescript": "^5.0.0"
},
"scripts": {
"contracts:build": "hardhat compile --show-stack-traces"
}
}