forked from unitprotocol/liquidator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 678 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 678 Bytes
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
{
"name": "liquidator",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "tsc && ts-node src/app"
},
"dependencies": {
"@ethersproject/address": "^5.2.0",
"@ethersproject/contracts": "^5.2.0",
"@ethersproject/providers": "^5.2.0",
"@ethersproject/solidity": "^5.2.0",
"@keydonix/uniswap-oracle-sdk": "^1.0.6",
"@uniswap/sdk": "^3.0.3",
"axios": "^0.21.0",
"bignumber.js": "^9.0.1",
"dotenv": "^8.2.0",
"events": "^3.2.0",
"js-yaml": "^4.1.0",
"module-alias": "^2.2.2",
"node-telegram-bot-api": "^0.50.0",
"web3": "^1.3.0"
},
"_moduleAliases": {
"src": "dist"
}
}