2019-07-18 15:43:26 +03:00
|
|
|
{
|
|
|
|
"name": "relay",
|
2020-08-12 14:38:20 +03:00
|
|
|
"version": "3.0.2",
|
2020-07-16 16:33:35 +03:00
|
|
|
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
|
2019-07-18 15:43:26 +03:00
|
|
|
"scripts": {
|
2020-09-28 05:28:34 +03:00
|
|
|
"server": "node src/server.js",
|
|
|
|
"treeUpdater": "node src/treeWatcher",
|
2019-07-19 05:16:56 +03:00
|
|
|
"eslint": "npx eslint --ignore-path .gitignore .",
|
2020-09-30 11:03:13 +03:00
|
|
|
"test": "mocha"
|
2019-07-18 15:43:26 +03:00
|
|
|
},
|
2019-11-23 11:18:54 +03:00
|
|
|
"author": "tornado.cash",
|
2019-07-18 15:43:26 +03:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-09-28 17:54:54 +03:00
|
|
|
"ajv": "^6.12.5",
|
2020-09-29 06:17:42 +03:00
|
|
|
"async-mutex": "^0.2.4",
|
2019-12-12 13:58:58 +03:00
|
|
|
"bull": "^3.12.1",
|
2020-09-28 05:28:34 +03:00
|
|
|
"circomlib": "git+https://github.com/tornadocash/circomlib.git#5beb6aee94923052faeecea40135d45b6ce6172c",
|
2019-11-10 04:03:46 +03:00
|
|
|
"dotenv": "^8.2.0",
|
2019-07-18 15:43:26 +03:00
|
|
|
"express": "^4.17.1",
|
2020-09-28 05:28:34 +03:00
|
|
|
"fixed-merkle-tree": "^0.4.0",
|
2020-08-12 13:32:28 +03:00
|
|
|
"gas-price-oracle": "^0.1.5",
|
2019-12-12 13:58:58 +03:00
|
|
|
"ioredis": "^4.14.1",
|
2019-07-18 15:43:26 +03:00
|
|
|
"node-fetch": "^2.6.0",
|
2020-09-28 05:28:34 +03:00
|
|
|
"tornado-cash-anonymity-mining": "git+https://github.com/tornadocash/tornado-anonymity-mining.git#820bd83254f3264cebaf255869641ebc33288dc3",
|
|
|
|
"uuid": "^8.3.0",
|
|
|
|
"web3": "^1.3.0",
|
2020-09-29 16:31:21 +03:00
|
|
|
"web3-core-promievent": "^1.3.0",
|
2020-10-01 02:23:31 +03:00
|
|
|
"web3-utils": "^1.2.2",
|
|
|
|
"why-is-node-running": "^2.2.0"
|
2019-07-18 16:22:56 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-09-30 11:03:13 +03:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"eslint": "^6.6.0",
|
|
|
|
"mocha": "^8.1.3"
|
2019-07-18 15:43:26 +03:00
|
|
|
}
|
|
|
|
}
|