-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 957 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
36
{
"name": "cover-core-v1",
"version": "1.0.0",
"description": "",
"main": "buidler.config.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/buidler-upgrades": "^1.1.0",
"@openzeppelin/test-helpers": "^0.5.6",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.1.2",
"ethers": "^5.0.19",
"hardhat": "^2.0.1",
"hardhat-contract-sizer": "^2.0.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/COVERProtocol/cover-core-v1.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/COVERProtocol/cover-core-v1/issues"
},
"homepage": "https://github.com/COVERProtocol/cover-core-v1#readme"
}