2020-05-21 22:29:33 +03:00
|
|
|
{
|
|
|
|
"name": "cli-tornado",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-05-16 16:39:10 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"updateCache": "node scripts/updateAllCache.js"
|
2020-05-21 22:29:33 +03:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.19.2",
|
2022-02-27 01:32:24 +03:00
|
|
|
"bignumber.js": "^9.0.0",
|
2020-05-21 22:29:33 +03:00
|
|
|
"circom": "0.0.35",
|
2022-12-02 00:18:18 +03:00
|
|
|
"circomlib": "git+https://git@development.tornadocash.community/tornadocash/circomlib#f6294680eb315878cb436a64c6deb66ac922f8c7",
|
2020-05-21 22:29:33 +03:00
|
|
|
"commander": "^5.1.0",
|
|
|
|
"dotenv": "^8.2.0",
|
2022-12-02 00:18:18 +03:00
|
|
|
"fixed-merkle-tree": "git+https://git@development.tornadocash.community/tornadocash/fixed-merkle-tree#d709343f1aea53bece79644392b044d8502f2882",
|
|
|
|
"gas-price-oracle": "^0.5.2",
|
2022-02-27 01:32:33 +03:00
|
|
|
"private-ip": "^2.3.3",
|
2022-12-02 00:18:18 +03:00
|
|
|
"snarkjs": "git+https://git@development.tornadocash.community/tornadocash/snarkjs#733c435f66735beeffaf871481e14ff217d00e4c",
|
2022-02-27 01:32:33 +03:00
|
|
|
"socks-proxy-agent": "^6.1.1",
|
2021-12-07 19:52:08 +03:00
|
|
|
"web3": "^1.6.1",
|
2023-05-16 17:17:50 +03:00
|
|
|
"es5-ext": "git+https://github.com/medikoo/es5-ext#3ddd2066b19e7c25a782869a304ae35d8188c8f1",
|
2022-02-27 01:32:24 +03:00
|
|
|
"web3-providers-http": "file:local_modules/web3-providers-http",
|
2022-12-02 00:18:18 +03:00
|
|
|
"websnark": "git+https://git@development.tornadocash.community/tornadocash/websnark#671762fab73f01771d0e7ebcf6b6a3123e193fb4"
|
2020-05-22 12:35:00 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.0.0"
|
2020-05-21 22:29:33 +03:00
|
|
|
}
|
|
|
|
}
|