-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
32 lines (32 loc) · 889 Bytes
/
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
{
"name": "compound-liquidator",
"version": "1.0.0",
"description": "looks for underwater accounts on compound and liquidates them",
"main": "index.js",
"scripts": {
"test": "mocha ./test/*$MATCH*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/businessfriendlyusername/compound-Liquidator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/businessfriendlyusername/compound-Liquidator/issues"
},
"homepage": "https://github.com/businessfriendlyusername/compound-Liquidator#readme",
"dependencies": {
"@uniswap/sdk": "^3.0.1",
"bignumber.js": "^9.0.0",
"chai": "^4.2.0",
"ganache-core": "^2.10.2",
"godmode-for-test": "0.0.3",
"openzeppelin-solidity": "^3.1.0",
"tracer": "^1.1.2",
"web3": "^1.2.11"
},
"devDependencies": {
"@nomiclabs/buidler": "^1.3.8"
}
}