-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 956 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
37
38
39
40
{
"name": "examples",
"version": "1.0.0",
"description": "DeFi test scenarios for Onyx Protocol",
"keywords": [
"onyx",
"onyx protocol",
"onyx finance",
"defi",
"decentralized finance",
"ethereum",
"liquidation",
"smart contract",
"supply",
"borrow",
"repay",
"redeem"
],
"homepage": "https://github.com/Onyx-Protocol/examples#readme",
"author": "Aleksei Lebedev, Aleksei Zasulskii, Andrei Krivenko <[email protected]>",
"scripts": {
"liquidation": "npx hardhat run scripts/liquidation.js",
"supplyBorrowRepayRedeem": "npx hardhat run scripts/supplyBorrowRepayRedeem.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Onyx-Protocol/examples.git"
},
"dependencies": {
"dotenv": "^16.3.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.15.0"
},
"engines": {
"node": ">=16"
},
"private": true
}