mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-22 01:37:07 +01:00
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"name": "circuits",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"circom": "0.0.30",
|
|
"circomlib": "0.0.10",
|
|
"snarkjs": "^0.1.14",
|
|
"websnark": "0.0.4"
|
|
}
|
|
}
|