-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (32 loc) · 940 Bytes
/
package.json
File metadata and controls
34 lines (32 loc) · 940 Bytes
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
{
"name": "test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@ethersproject/hash": "^5.7.0",
"@ethersproject/web": "^5.7.1",
"@matterlabs/hardhat-zksync-deploy": "^0.6.3",
"@matterlabs/hardhat-zksync-solc": "^0.4.0",
"@matterlabs/hardhat-zksync-verify": "^0.1.8",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@types/node": "^18.16.0",
"dotenv": "^16.0.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.4.7",
"hardhat": "^2.14.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"zksync-web3": "^0.14.3",
"csv-writer": "^1.6.0"
},
"dependencies": {
"@layerzerolabs/solidity-examples": "^0.0.10",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"cli-color": "^2.0.3",
"hardhat-change-network": "^0.0.7",
"inquirer": "^8.0.0"
}
}