mirror of
https://github.com/tornadocash/tornado-cli.git
synced 2024-10-01 07:15:36 -04:00
26 lines
761 B
JSON
26 lines
761 B
JSON
{
|
|
"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",
|
|
"circomlib": "git+https://github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4",
|
|
"commander": "^5.1.0",
|
|
"dotenv": "^8.2.0",
|
|
"gas-price-oracle": "^0.2.2",
|
|
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
|
|
"web3": "^1.2.8",
|
|
"websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0"
|
|
}
|
|
}
|