31 lines
797 B
JSON
31 lines
797 B
JSON
|
{
|
||
|
"name": "root-updater",
|
||
|
"version": "2.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"lint": "eslint --ext .js --ignore-path .gitignore .",
|
||
|
"start": "node src/index.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "Roman Semenov <semenov.roma@gmail.com>",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@makerdao/multicall": "^0.12.0",
|
||
|
"circomlib": "git+https://github.com/tornadocash/circomlib.git#d20d53411d1bef61f38c99a8b36d5d0cc4836aa1",
|
||
|
"cron": "^1.8.2",
|
||
|
"dotenv": "^8.2.0",
|
||
|
"ethers": "^5.0.31",
|
||
|
"fixed-merkle-tree": "^0.3.4",
|
||
|
"ioredis": "^4.17.3",
|
||
|
"snarkjs": "^0.3.59",
|
||
|
"torn-token": "^1.0.0",
|
||
|
"tornado-trees": "^0.0.5",
|
||
|
"tx-manager": "^0.2.9"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-eslint": "^10.1.0",
|
||
|
"eslint": "^7.5.0"
|
||
|
}
|
||
|
}
|