forked from RubiconDeFi/rubi-bots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 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
49
50
51
52
53
{
"name": "rubi-bots",
"version": "0.0.0",
"description": "Open-source bots for activists in the Rubicon ecosystem",
"main": "package.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"guidedStart": "ts-node ./configuration/index.ts",
"startGenericMarketMakingBot": "ts-node ./executionClients/marketMaking/index.ts",
"startBatchExecutorBot": "ts-node ./executionClients/marketMaking/index.ts",
"graphclient:build": "cd monitoring/graphclient && graphclient build && rm .graphclient/package.json",
"monitor": "cd monitoring && ts-node index.ts",
"build:monitor": "cd monitoring/graphclient && graphclient build && rm .graphclient/package.json && cd .. && ts-node index.ts",
"aid": "ts-node ./configuration/marketAid.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RubiconDeFi/rubi-bots.git"
},
"keywords": [
"defi",
"erc20",
"ethereum",
"market-making",
"trading",
"bots",
"activistsRule"
],
"author": "Rubicon DeFi, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/RubiconDeFi/rubi-bots/issues"
},
"homepage": "https://github.com/RubiconDeFi/rubi-bots#readme",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "^18.11.18",
"@uniswap/token-lists": "^1.0.0-beta.31",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"pm2": "^5.3.0",
"redux": "^4.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"devDependencies": {
"@graphprotocol/client-cli": "^2.2.22",
"graphql": "^16.6.0"
}
}