tornado-cli/package.json

33 lines
868 B
JSON
Raw Permalink Normal View History

2020-05-21 21:29:33 +02:00
{
2021-02-14 21:40:23 +01:00
"name": "tornado-cli",
2021-02-16 16:54:15 +01:00
"version": "0.0.1",
2020-05-21 21:29:33 +02:00
"description": "",
2021-02-14 21:40:23 +01:00
"main": "core.js",
"files": [
"config.js",
"core.js",
"build",
"lib"
],
2020-05-21 21:29:33 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"circom": "0.0.35",
2020-12-24 12:39:20 +01:00
"circomlib": "git+https://github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4",
2020-05-21 21:29:33 +02:00
"commander": "^5.1.0",
"dotenv": "^8.2.0",
2020-12-24 12:39:20 +01:00
"gas-price-oracle": "^0.2.2",
2020-05-21 21:29:33 +02:00
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"web3": "^1.2.8",
2021-02-14 21:40:23 +01:00
"websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d",
"fixed-merkle-tree": "^0.5.0"
2020-05-22 11:35:00 +02:00
},
"devDependencies": {
"eslint": "^7.0.0"
2020-05-21 21:29:33 +02:00
}
}