-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "rollup",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/NodleCode/rollup",
"author": "Nodle",
"license": "MIT",
"scripts": {
"compile": "hardhat compile",
"clean": "hardhat clean",
"lint": "solhint 'src/**/*.sol'"
},
"devDependencies": {
"@matterlabs/hardhat-zksync": "^1.0.0",
"@matterlabs/hardhat-zksync-deploy": "^1.3.0",
"@matterlabs/hardhat-zksync-ethers": "^1.0.0",
"@matterlabs/hardhat-zksync-node": "^1.0.3",
"@matterlabs/hardhat-zksync-solc": "^1.1.4",
"@matterlabs/hardhat-zksync-upgradable": "^1.4.1",
"@matterlabs/hardhat-zksync-verify": "^1.4.3",
"@matterlabs/zksync-contracts": "^0.6.1",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-verify": "^2.0.7",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/upgrades-core": "^1.33.1",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^20.12.12",
"chai": "^4.4.1",
"dotenv": "^16.4.5",
"ethers": "^6.12.1",
"hardhat": "^2.22.4",
"mocha": "^10.4.0",
"solhint": "^5.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"zksync-ethers": "^6.7.1"
}
}