-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
44
{
"name": "metaversus-contracts",
"version": "1.0.0",
"main": "hardhat.config.js",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test",
"coverage": "npx hardhat coverage --testfiles 'test/*.js'",
"deploy-testnet": "npx hardhat run scripts/deploy.js --network testnet"
},
"dependencies": {
"@chainlink/contracts": "0.4.1",
"@ethersproject/experimental": "5.6.3",
"@nomiclabs/hardhat-ethers": "2.1.1",
"@nomiclabs/hardhat-etherscan": "3.1.0",
"@nomiclabs/hardhat-waffle": "2.0.3",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"@openzeppelin/hardhat-upgrades": "1.21.0",
"@openzeppelin/test-helpers": "0.5.15",
"big.js": "6.1.1",
"chai": "4.3.6",
"csv-parse": "5.0.4",
"dotenv": "10.0.0",
"ethereum-waffle": "3.4.4",
"ethers": "5.5.1",
"ethers-multicall": "0.2.2",
"evm-bn": "1.1.1",
"hardhat": "2.10.2",
"hardhat-gas-reporter": "1.0.8",
"js-big-decimal": "1.3.4",
"keccak256": "1.0.6",
"merkletreejs": "0.2.32",
"mocha-junit-reporter": "2.0.2",
"mocha-multi-reporters": "1.5.1",
"objects-to-csv": "1.3.6",
"random": "3.0.6",
"solidity-coverage": "0.7.20",
"solhint": "3.3.7"
},
"devDependencies": {
"hardhat-contract-sizer": "2.6.1"
}
}