forked from Jun1on/ethjunionline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 925 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": "hardhat-project",
"devDependencies": {
"hardhat": "^2.11.2",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24"
},
"dependencies": {
"@aave/core-v3": "^1.16.2",
"@connext/nxtp-contracts": "^0.2.0-beta.23",
"@openzeppelin/contracts": "^4.7.3",
"@uniswap/v3-periphery": "^1.4.2",
"dotenv": "^16.0.2",
"solmate": "^6.6.1",
"uniswap": "^0.0.1",
"usingtellor": "^4.0.7",
"vrgdas": "github:transmissions11/VRGDAs"
},
"description": "ethjunionline",
"version": "1.0.0",
"main": "hardhat.config.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wyxuan1/ethjunionline.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wyxuan1/ethjunionline/issues"
},
"homepage": "https://github.com/Wyxuan1/ethjunionline#readme"
}