tornado-relayer/package.json

34 lines
1.0 KiB
JSON
Raw Normal View History

2019-07-18 08:43:26 -04:00
{
"name": "relay",
"version": "3.0.2",
2020-07-16 09:33:35 -04:00
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
2019-07-18 08:43:26 -04:00
"scripts": {
2020-09-27 22:28:34 -04:00
"server": "node src/server.js",
"treeUpdater": "node src/treeWatcher",
2019-07-18 22:16:56 -04:00
"eslint": "npx eslint --ignore-path .gitignore .",
2019-07-18 08:43:26 -04:00
"test": "echo \"Error: no test specified\" && exit 1"
},
2019-11-23 03:18:54 -05:00
"author": "tornado.cash",
2019-07-18 08:43:26 -04:00
"license": "MIT",
"dependencies": {
2020-09-28 10:54:54 -04:00
"ajv": "^6.12.5",
2020-09-28 23:17:42 -04:00
"async-mutex": "^0.2.4",
2019-12-12 05:58:58 -05:00
"bull": "^3.12.1",
2020-09-27 22:28:34 -04:00
"circomlib": "git+https://github.com/tornadocash/circomlib.git#5beb6aee94923052faeecea40135d45b6ce6172c",
2019-11-09 20:03:46 -05:00
"dotenv": "^8.2.0",
2019-07-18 08:43:26 -04:00
"express": "^4.17.1",
2020-09-27 22:28:34 -04:00
"fixed-merkle-tree": "^0.4.0",
"gas-price-oracle": "^0.1.5",
2019-12-12 05:58:58 -05:00
"ioredis": "^4.14.1",
2019-07-18 08:43:26 -04:00
"node-fetch": "^2.6.0",
2020-09-27 22:28:34 -04: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 09:31:21 -04:00
"web3-core-promievent": "^1.3.0",
2019-11-09 20:03:46 -05:00
"web3-utils": "^1.2.2"
2019-07-18 09:22:56 -04:00
},
"devDependencies": {
2019-11-09 20:03:46 -05:00
"eslint": "^6.6.0"
2019-07-18 08:43:26 -04:00
}
}