2019-07-18 14:43:26 +02:00
|
|
|
{
|
|
|
|
"name": "relay",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Relayer for Tornado mixer. https://tornado.cash",
|
2019-12-05 13:51:01 +01:00
|
|
|
"main": "app.js",
|
2019-07-18 14:43:26 +02:00
|
|
|
"scripts": {
|
2019-12-05 13:51:01 +01:00
|
|
|
"start": "node app.js",
|
2019-07-19 04:16:56 +02:00
|
|
|
"eslint": "npx eslint --ignore-path .gitignore .",
|
2019-07-18 14:43:26 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2019-11-23 09:18:54 +01:00
|
|
|
"author": "tornado.cash",
|
2019-07-18 14:43:26 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-12-12 11:58:58 +01:00
|
|
|
"bull": "^3.12.1",
|
2019-11-10 02:03:46 +01:00
|
|
|
"dotenv": "^8.2.0",
|
2019-07-18 14:43:26 +02:00
|
|
|
"express": "^4.17.1",
|
2019-12-12 11:58:58 +01:00
|
|
|
"ioredis": "^4.14.1",
|
2019-07-18 14:43:26 +02:00
|
|
|
"node-fetch": "^2.6.0",
|
2019-11-10 02:03:46 +01:00
|
|
|
"web3": "^1.2.2",
|
|
|
|
"web3-utils": "^1.2.2"
|
2019-07-18 15:22:56 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-10 02:03:46 +01:00
|
|
|
"eslint": "^6.6.0"
|
2019-07-18 14:43:26 +02:00
|
|
|
}
|
|
|
|
}
|