2020-05-21 22:29:33 +03:00
|
|
|
{
|
|
|
|
"name": "cli-tornado",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"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-09-02 19:23:54 +03:00
|
|
|
"circomlib": "git+https://git@development.tornadocash.community/tornadocash/circomlib#master",
|
2020-05-21 22:29:33 +03:00
|
|
|
"commander": "^5.1.0",
|
|
|
|
"dotenv": "^8.2.0",
|
2022-09-02 19:23:54 +03:00
|
|
|
"fixed-merkle-tree": "git+https://git@development.tornadocash.community/tornadocash/fixed-merkle-tree#master",
|
2021-12-07 19:52:08 +03:00
|
|
|
"gas-price-oracle": "^0.4.4",
|
2022-02-27 01:32:33 +03:00
|
|
|
"private-ip": "^2.3.3",
|
2022-09-02 19:23:54 +03:00
|
|
|
"snarkjs": "git+https://git@development.tornadocash.community/tornadocash/snarkjs#master",
|
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",
|
2022-02-27 01:32:24 +03:00
|
|
|
"web3-providers-http": "file:local_modules/web3-providers-http",
|
2022-09-02 19:23:54 +03:00
|
|
|
"websnark": "git+https://git@development.tornadocash.community/tornadocash/websnark#master"
|
2020-05-22 12:35:00 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.0.0"
|
2020-05-21 22:29:33 +03:00
|
|
|
}
|
|
|
|
}
|