-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.8 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
54
{
"name": "relayer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"deploy": "vercel deploy --prod",
"start": "node index.js $PORT",
"node1": "hardhat node --config hardhat.node1.config.js --port 8546",
"node2": "hardhat node --config hardhat.node2.config.js --port 8547",
"node3": "hardhat node --config hardhat.node3.config.js --port 8548"
},
"author": "truth4you",
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@openzeppelin/upgrades-core": "^1.15.0",
"@traderjoe-xyz/core": "^2.4.6",
"@uniswap/universal-router": "^1.6.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@uniswap/v3-periphery": "^1.4.4",
"ethers-multicall": "^0.2.3",
"hardhat": "^2.9.7",
"solmate": "^6.2.0",
"vercel": "^23.1.2",
"@graphprotocol/graph-cli": "^0.21.0",
"@graphprotocol/graph-ts": "^0.20.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@chainlink/contracts-ccip": "^1.4.0",
"axios": "^0.26.1",
"body-parser": "^1.20.0",
"chai": "^4.2.0",
"circomlib": "git+https://github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4",
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"ethers": "^5.6.2",
"express": "^4.17.3",
"fixed-merkle-tree": "^0.4.0",
"http": "^0.0.1-security",
"ioredis": "^4.28.5",
"mocha": "^8.1.3",
"nextjs-cors": "^2.1.0",
"socket.io": "^4.5.1",
"websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d"
}
}