{ "name": "tornado-pool", "version": "1.0.0", "description": "", "main": "src/index.js", "directories": { "test": "test" }, "scripts": { "circuit": "./scripts/buildCircuit.sh 2 && ./scripts/buildCircuit.sh 16", "compile": "npx hardhat compile", "build": "npm run circuit && npm run compile", "test": "npx hardhat test" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-waffle": "^2.0.1", "@openzeppelin/contracts": "^3.4.0", "bignumber.js": "^9.0.0", "chai": "^4.3.4", "circom": "^0.5.45", "circom_runtime": "^0.1.13", "circomlib": "git+https://github.com/tornadocash/circomlib.git#d20d53411d1bef61f38c99a8b36d5d0cc4836aa1", "dotenv": "^10.0.0", "eth-sig-util": "^3.0.1", "ethereum-waffle": "^3.2.0", "ethers": "^5.0.0", "ffiasm": "^0.1.3", "ffjavascript": "^0.2.36", "fixed-merkle-tree": "^0.5.0", "hardhat": "^2.3.0", "snarkjs": "git+https://github.com/tornadocash/snarkjs.git#c103e3bf10e95e2e9bbf0f7952ed13812f8e39d3", "tmp-promise": "^3.0.2" } }