mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "relay",
|
|
"version": "3.0.2",
|
|
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
|
|
"scripts": {
|
|
"server": "node src/server.js",
|
|
"treeUpdater": "node src/treeWatcher",
|
|
"eslint": "npx eslint --ignore-path .gitignore .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "tornado.cash",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.5",
|
|
"async-mutex": "^0.2.4",
|
|
"bull": "^3.12.1",
|
|
"circomlib": "git+https://github.com/tornadocash/circomlib.git#5beb6aee94923052faeecea40135d45b6ce6172c",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"fixed-merkle-tree": "^0.4.0",
|
|
"gas-price-oracle": "^0.1.5",
|
|
"ioredis": "^4.14.1",
|
|
"node-fetch": "^2.6.0",
|
|
"tornado-cash-anonymity-mining": "git+https://github.com/tornadocash/tornado-anonymity-mining.git#820bd83254f3264cebaf255869641ebc33288dc3",
|
|
"uuid": "^8.3.0",
|
|
"web3": "^1.3.0",
|
|
"web3-core-promievent": "^1.3.0",
|
|
"web3-utils": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0"
|
|
}
|
|
}
|