-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.13 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
45
46
47
48
{
"name": "usETH",
"version": "1.0.4",
"description": "sustainable stablecoin backed by a high yielding delta neutral staked ethereum position",
"directories": {
"test": "test"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.6.0",
"@uniswap/v3-periphery": "^1.4.1",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.2.0",
"glob": "^7.2.0",
"hardhat": "^2.9.5",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.7.21"
},
"main": "hardhat test",
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamesbachini/usETH.git"
},
"keywords": [
"Stablecoin",
"usETH",
"Delta Neutral",
"Lido",
"Aave",
"Weth",
"USDC",
"Solidity",
"Web3",
"EthGlobal"
],
"author": "James Bachini",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamesbachini/usETH/issues"
},
"homepage": "https://github.com/jamesbachini/usETH#readme"
}