mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"name": "relay",
|
|
"version": "3.0.2",
|
|
"description": "Relayer for Tornado.cash privacy solution. https://tornado.cash",
|
|
"scripts": {
|
|
"server": "node src/server.js",
|
|
"worker": "node src/worker",
|
|
"treeWatcher": "node src/treeWatcher",
|
|
"priceWatcher": "node src/priceWatcher",
|
|
"eslint": "eslint --ext .js --ignore-path .gitignore .",
|
|
"prettier:check": "npx prettier --check . --config .prettierrc",
|
|
"prettier:fix": "npx prettier --write . --config .prettierrc",
|
|
"lint": "yarn eslint && yarn prettier:check",
|
|
"test": "mocha"
|
|
},
|
|
"author": "tornado.cash",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.5",
|
|
"async-mutex": "^0.2.4",
|
|
"bull": "^3.12.1",
|
|
"circomlib": "git+ssh://git@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+ssh://git@github.com/tornadocash/tornado-anonymity-mining.git#02ff4c9061eef94617b3c1b91a02c0d25bb1c410",
|
|
"tx-manager": "git+ssh://git@github.com/tornadocash/tx-manager.git#df118be318b007e597e157504d105dfa3e6322a1",
|
|
"torn-token": "git+ssh://git@github.com/tornadocash/torn-token.git#b90fc5adccbf9a87c3bdac6175a0e038a9ed3dd8",
|
|
"uuid": "^8.3.0",
|
|
"web3": "^1.3.0",
|
|
"web3-core-promievent": "^1.3.0",
|
|
"web3-utils": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-prettier": "^6.12.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"mocha": "^8.1.3",
|
|
"prettier": "^2.1.2"
|
|
}
|
|
}
|