-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 886 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 886 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
{
"name": "hyperlend-isolated",
"version": "1.0.0",
"description": "Hyperlend isolated contracts",
"main": "",
"scripts": {
"prettier": "npx prettier --write --plugin=prettier-plugin-solidity contracts/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperlendx/hyperlend-core.git"
},
"license": "MIT",
"homepage": "https://github.com/hyperlendx/hyperlend-core#readme",
"devDependencies": {
"@chainlink/contracts": "^0.4.2",
"@openzeppelin/contracts": "^4.7.2",
"@rari-capital/solmate": "^6.4.0",
"dotenv": "^16.0.2",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1"
},
"dependencies": {
"@mean-finance/uniswap-v3-oracle": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "5.0.2",
"hardhat": "^2.22.8",
"solidity-bytes-utils": "^0.8.2"
}
}