forked from evan-metaseed/armin-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.26 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
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/buidler-ethers": "^2.0.2",
"@nomiclabs/buidler-waffle": "^2.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.12.0"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^3.0.4",
"@openzeppelin/contracts": "^4.7.3",
"bignumber.js": "^9.0.2",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.27"
},
"description": "This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.",
"version": "1.0.0",
"main": "buidler.config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evan-metaseed/contract-hardhat.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/evan-metaseed/contract-hardhat/issues"
},
"homepage": "https://github.com/evan-metaseed/contract-hardhat#readme"
}