-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 942 Bytes
/
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
{
"name": "thorstarter-contracts",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"license": "MIT",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "3.0.0",
"@nomiclabs/hardhat-solhint": "2.0.0",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "4.3.2",
"hardhat": "2.2.1",
"hardhat-gas-reporter": "1.0.4",
"solidity-coverage": "0.7.16"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
"@openzeppelin/hardhat-upgrades": "1.10.0",
"@openzeppelin/test-environment": "0.1.9",
"@openzeppelin/test-helpers": "0.5.10",
"chai": "4.3.4",
"ethereum-waffle": "3.3.0",
"ethers": "5.1.4",
"keccak256": "1.0.3",
"merkletreejs": "0.2.24"
}
}