-
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) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.48 KB
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": "carvestop_stablecoin",
"version": "1.0.0",
"description": "CarVest is reinventing the wheel.. literally. Traditionally, yield in DeFi has been limited to either ponzinomics or basic yield through platforms such as AAVE and Maple Finance, which don't provide more then 5% APR annually and often fall short behind traditional yield sources within the US banking infrastructure such as T-Bill's.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waxelninjas/CarVestOP_Stablecoin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/waxelninjas/CarVestOP_Stablecoin/issues"
},
"homepage": "https://github.com/waxelninjas/CarVestOP_Stablecoin#readme",
"devDependencies": {
"@chainlink/contracts": "^0.8.0",
"@ethereumjs/tx": "^5.0.0",
"@layerzerolabs/solidity-examples": "^0.0.13",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.4",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.7.2",
"hardhat": "^2.18.2",
"hardhat-contract-sizer": "^2.10.0",
"solidity-coverage": "^0.8.5"
}
}