forked from protocolwhisper/UNI-BOT-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "uni-bot",
"license": "MIT",
"devDependencies": {
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"@uniswap/sdk-core": "^3.2.2",
"@uniswap/v3-periphery": "^1.4.3",
"@uniswap/v3-sdk": "^3.9.0",
"ethers": "^5.4.7",
"hardhat": "^2.13.0",
"hardhat-gas-reporter": "^1.0.8",
"ora": "3.1.0",
"solidity-coverage": "^0.8.1",
"ts-dotenv": "^0.9.1",
"typechain": "^8.1.0"
},
"dependencies": {
"@mailchain/sdk": "^0.18.4",
"@types/figlet": "^1.5.5",
"@types/ora": "3.1.0",
"@uniswap/smart-order-router": "^3.10.4",
"axios": "^1.3.5",
"cli-spinner": "^0.2.10",
"commander": "^10.0.0",
"figlet": "^1.6.0"
},
"scripts": {
"build": "tsc --noEmit ./scripts/CLI/index.ts && esbuild index.ts --bundle --platform=node --format=cjs --outfile=dist/index.js"
},
"bin": {
"uni-bot": "./dist/index.js"
}
}