-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1021 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": "@izumifinance/iziswap_periphery",
"version": "1.0.1",
"keywords": [
"iZUMi",
"iziswap",
"periphery"
],
"repository": {
"type": "git",
"url": "https://github.com/izumiFinance/iZiSwap-core"
},
"files": [
"contracts/*.sol",
"contracts/interfaces/*.sol",
"contracts/libraries/*.sol",
"contracts/core/interfaces/*.sol",
"contracts/box/*.sol",
"contracts/base/*.sol",
"artifacts/contracts/**/*.json",
"!artifacts/contracts/**/*.dbg.json",
"!artifacts/contracts/test/**/*"
],
"devDependencies": {
"@cronos-labs/hardhat-cronoscan": "^0.0.4",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.6.6",
"bignumber.js": "^9.0.2",
"hardhat-contract-sizer": "^2.1.1",
"web3": "^1.6.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.2"
}
}