-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
45 lines (45 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
45
{
"name": "izumi-contracts-uniswapv3mining",
"version": "1.0.0",
"description": "The contracts to mine uniswap V3 NFT token",
"main": "hardhat.config.js",
"directories": {
"test": "test"
},
"dependencies": {
"eth-revert-reason": "^1.0.3",
"sleep": "^6.3.0",
"uniswap": "^0.0.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-truffle5": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.4.1",
"@uniswap/v3-core": "^1.0.0",
"@uniswap/v3-periphery": "^1.3.0",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.2",
"hardhat": "^2.8.0",
"hardhat-contract-sizer": "^2.3.0",
"package.json": "^2.0.1",
"uniswap-v3-deploy-plugin": "^0.1.0",
"web3": "^1.7.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IzumiFinanceLab/Izumi-contracts-UniswapV3Mining.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IzumiFinanceLab/Izumi-contracts-UniswapV3Mining/issues"
},
"homepage": "https://github.com/IzumiFinanceLab/Izumi-contracts-UniswapV3Mining#readme"
}