-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
46
47
48
{
"name": "pairex-contracts",
"version": "1.0.0",
"description": "",
"files": [
"contracts/**/*.sol"
],
"scripts": {
"test": "npx hardhat test",
"compile": "hardhat compile",
"typechain": "hardhat typechain"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"argparse": "2.0.1",
"chai": "^4.3.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.1",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.0.3",
"node-fetch": "3.2.3",
"typechain": "^5.1.2"
},
"dependencies": {
"@chainlink/contracts": "^0.5.1",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.1",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-sdk": "^3.8.2",
"axios": "^1.2.2",
"bignumber.js": "^9.1.1",
"bn.js": "^5.2.0",
"csv-parse": "^4.16.3",
"https": "^1.0.0",
"node-fetch": "^2.6.7",
"request": "^2.88.2",
"yamljs": "^0.3.0"
}
}