mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"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",
|
|
"deploy": "npx hardhat run scripts/deploy.js --network optimism",
|
|
"download": "curl -L https://github.com/tornadocash/tornado-pool/releases/download/tmp/ptau15 --create-dirs -o artifacts/circuits/ptau15",
|
|
"test": "npx hardhat test",
|
|
"eslint": "eslint --ext .js --ignore-path .gitignore .",
|
|
"prettier:check": "prettier --check . --config .prettierrc",
|
|
"prettier:fix": "prettier --write . --config .prettierrc",
|
|
"lint": "yarn eslint && yarn prettier:check"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@openzeppelin/contracts": "git+https://github.com/tornadocash/openzeppelin-contracts.git#6e46aa6946a7f215e7604169ddf46e1aebea850f",
|
|
"@openzeppelin/contracts-upgradeable": "3.4.2",
|
|
"@typechain/ethers-v5": "^7.0.1",
|
|
"@typechain/hardhat": "^2.3.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.1",
|
|
"hardhat": "^2.3.0",
|
|
"mocha": "^9.1.0",
|
|
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#616c2d30699f28c8f3ab737b877402ccbb604cfe",
|
|
"tmp-promise": "^3.0.2",
|
|
"typechain": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"prettier": "^2.3.1",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.13",
|
|
"solhint-plugin-prettier": "^0.0.5"
|
|
}
|
|
}
|