2020-05-21 15:29:33 -04: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",
|
|
|
|
"circom": "0.0.35",
|
2020-12-24 06:39:20 -05:00
|
|
|
"circomlib": "git+https://github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4",
|
2020-05-21 15:29:33 -04:00
|
|
|
"commander": "^5.1.0",
|
|
|
|
"dotenv": "^8.2.0",
|
2021-12-07 11:52:08 -05:00
|
|
|
"gas-price-oracle": "^0.4.4",
|
|
|
|
"socks-proxy-agent": "^6.1.1",
|
2020-05-21 15:29:33 -04:00
|
|
|
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
|
2021-12-07 11:52:08 -05:00
|
|
|
"web3": "^1.6.1",
|
|
|
|
"web3-providers-http": "file:./local_modules/web3-providers-http",
|
2020-05-21 15:29:33 -04:00
|
|
|
"websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d"
|
2020-05-22 05:35:00 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.0.0"
|
2020-05-21 15:29:33 -04:00
|
|
|
}
|
|
|
|
}
|