-
Notifications
You must be signed in to change notification settings - Fork 519
/
package.json
44 lines (44 loc) · 1.09 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": "gmx-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.1",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"argparse": "2.0.1",
"chai": "^4.3.0",
"date-fns": "^4.1.0",
"easy-table": "^1.2.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.4.6",
"hardhat": "^2.6.1",
"hardhat-contract-sizer": "^2.0.3",
"node-fetch": "3.2.3",
"typechain": "^5.1.2"
},
"dependencies": {
"@synapseprotocol/sdk": "^0.94.1",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/v3-sdk": "^3.8.2",
"bn.js": "^5.2.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"csv-parse": "^4.16.3",
"express": "^4.19.2",
"get-all-files": "^4.1.0",
"solidity-code-metrics": "^0.0.25"
}
}