-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.31 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
42
43
{
"name": "hardhat-project",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"test:gas": "UPDATE_SNAPSHOT=1 yarn test --grep gas",
"clean": "rm -rf ."
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@typechain/hardhat": "^6.1.5",
"@types/jest": "^29.5.1",
"hardhat": "^2.14.0",
"hardhat-deploy": "^0.11.26",
"hardhat-deploy-ethers": "0.3.0-beta.13",
"hardhat-forta": "^0.0.3",
"hardhat-gas-reporter": "^1.0.9"
},
"dependencies": {
"@ethersproject/asm": "^5.7.0",
"@metamask/eth-sig-util": "^5.1.0",
"@noble/hashes": "^1.3.0",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@openzeppelin/test-helpers": "^0.5.16",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"eth-sig-util": "^3.0.1",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^7.1.5",
"ethereumjs-wallet": "^1.0.2",
"forta-agent": "^0.1.27",
"hardhat-contract-sizer": "^2.8.0",
"jest": "^28.1.3",
"noble-secp256k1": "^1.2.14",
"nodemon": "^2.0.22",
"web3": "^1.9.0"
}
}