-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "withdrawal-finalizer",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@matterlabs/zksync-contracts": "^0.6.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": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-solpp": "^2.0.1",
"@typechain/ethers-v5": "^11.0.0",
"@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.5.1",
"prettier-plugin-solidity": "^1.1.2",
"ts-generator": "^0.1.1",
"ts-node": "^10.8.1",
"typechain": "^7.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"deploy": "ts-node scripts/deploy.ts",
"contracts:build": "hardhat compile"
}
}