mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2024-10-01 08:25:37 -04:00
24 lines
605 B
JSON
24 lines
605 B
JSON
{
|
|
"name": "relay",
|
|
"version": "1.0.0",
|
|
"description": "Relayer for Tornado mixer. https://tornado.cash",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"eslint": "npx eslint --ignore-path .gitignore .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Alexey Pertsev <alexey@peppersec.com> (https://peppersec.com)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^8.0.0",
|
|
"express": "^4.17.1",
|
|
"node-fetch": "^2.6.0",
|
|
"web3": "^1.0.0-beta.55",
|
|
"web3-utils": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.0.1"
|
|
}
|
|
}
|