tornado-relayer/package.json

27 lines
643 B
JSON
Raw Normal View History

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