-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
39 lines (39 loc) · 959 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
33
34
35
36
37
38
39
{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"@sushiswap/sdk": "^5.0.0-canary.100",
"@truffle/hdwallet-provider": "^1.6.0",
"@uniswap/sdk": "^3.0.3",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"console.table": "^0.10.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.5.1",
"express": "^4.17.1",
"http": "0.0.1-security",
"node-localstorage": "^2.2.1",
"path": "^0.12.7",
"truffle-assertions": "^0.9.2",
"web3": "^1.6.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.10",
"ganache-core": "^2.13.2",
"jest": "^27.3.1"
}
}