-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"name": "isomorph",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@ethersproject/abi": "^5.6.4",
"@ethersproject/providers": "^5.6.8",
"@lyrafinance/protocol": "^0.1.2-alpha",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.4.2",
"@openzeppelin/test-helpers": "^0.5.12",
"@symblox/hardhat-abi-gen": "^0.2.0",
"chai": "^4.2.0",
"ethers": "^5.6.9",
"hardhat": "^2.10.1",
"hardhat-dependency-compiler": "^1.1.3",
"typechain": "^8.1.1",
"web3": "^0.20.7"
},
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@typechain/ethers-v5": "^10.1.1",
"@types/mocha": "types/mocha",
"dotenv": "^16.0.1",
"hardhat-contract-sizer": "^2.2.0",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-interface-generator": "0.0.6",
"n": "^8.2.0",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}