forked from ethereum-optimism/hardhat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 930 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 930 Bytes
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": "Hardhat-Node",
"version": "1.0.0",
"description": "Hardhat node and configuration",
"directories": {
"test": "test"
},
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nomiclabs/hardhat-hackathon-boilerplate.git"
},
"keywords": [
"hardhat",
"ethereum",
"hackathon"
],
"author": "Ethereum Optimism",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum-optimism/hardhat/issues"
},
"homepage": "https://github.com/ethereum-optimism/hardhat#readme",
"devDependencies": {
"@nomiclabs/hardhat-web3": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"chai": "^4.2.0",
"ethereum-waffle": "^3.1.1",
"ethers": "^5.0.0",
"hardhat": "^2.0.8",
"husky": "^4.2.5"
},
"dependencies": {
"@ethersproject/hdnode": "^5.0.5"
}
}