2019-07-18 08:43:26 -04:00
|
|
|
{
|
|
|
|
"name": "relay",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Relayer for Tornado mixer. https://tornado.cash",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-07-18 09:22:56 -04:00
|
|
|
"start": "node index.js",
|
|
|
|
"eslint": "npx eslint .",
|
2019-07-18 08:43:26 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Alexey Pertsev <alexey@peppersec.com> (https://peppersec.com)",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-07-18 10:05:09 -04:00
|
|
|
"dotenv": "^8.0.0",
|
2019-07-18 08:43:26 -04:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"node-fetch": "^2.6.0",
|
|
|
|
"web3": "^1.0.0-beta.55",
|
|
|
|
"web3-utils": "^1.0.0"
|
2019-07-18 09:22:56 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^6.0.1"
|
2019-07-18 08:43:26 -04:00
|
|
|
}
|
|
|
|
}
|