mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
27 lines
624 B
JSON
27 lines
624 B
JSON
{
|
|
"name": "relay",
|
|
"version": "1.0.0",
|
|
"description": "Relayer for Tornado mixer. https://tornado.cash",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"eslint": "npx eslint --ignore-path .gitignore .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "tornado.cash",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bull": "^3.12.1",
|
|
"coingecko-api": "^1.0.6",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"ioredis": "^4.14.1",
|
|
"node-fetch": "^2.6.0",
|
|
"web3": "^1.2.2",
|
|
"web3-utils": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0"
|
|
}
|
|
}
|