mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
47 lines
1.6 KiB
JSON
47 lines
1.6 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#3b492f9801573eebcfe1b6c584afe8a3beecf2b4",
|
|
"dotenv": "^8.2.0",
|
|
"eth-ens-namehash": "^2.0.8",
|
|
"express": "^4.17.1",
|
|
"fixed-merkle-tree": "^0.4.0",
|
|
"gas-price-oracle": "^0.2.2",
|
|
"ioredis": "^4.14.1",
|
|
"node-fetch": "^2.6.0",
|
|
"torn-token": "git+ssh://git@github.com/tornadocash/torn-token.git#a42f83aadeda88b9d8c364a0034d8ec6c7f8fb74",
|
|
"tornado-cash-anonymity-mining": "git+ssh://git@github.com/tornadocash/tornado-anonymity-mining.git#b13228c20126f212ebbcc5a8493ce2105210739e",
|
|
"tx-manager": "^0.2.4",
|
|
"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"
|
|
}
|
|
}
|