tornado-cli/package.json

33 lines
899 B
JSON
Raw Normal View History

2020-05-21 22:29:33 +03:00
{
"name": "cli-tornado",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2023-05-16 16:39:10 +03:00
"test": "echo \"Error: no test specified\" && exit 1",
"updateCache": "node scripts/updateAllCache.js"
2020-05-21 22:29:33 +03:00
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bignumber.js": "^9.0.0",
2020-05-21 22:29:33 +03:00
"circom": "0.0.35",
"@tornado/circomlib": "0.0.20-p2",
2020-05-21 22:29:33 +03:00
"commander": "^5.1.0",
"dotenv": "^8.2.0",
"@tornado/fixed-merkle-tree": "0.6.1-p1",
"@tornado/gas-price-oracle": "0.5.2-p1",
"private-ip": "^2.3.3",
"@tornado/snarkjs": "0.1.20-p2",
"socks-proxy-agent": "^6.1.1",
"web3": "^1.6.1",
"es5-ext": "git+https://github.com/medikoo/es5-ext#3ddd2066b19e7c25a782869a304ae35d8188c8f1",
"@tornado/web3-providers-http": "1.6.5-p1",
"@tornado/websnark": "0.0.4-p1"
2020-05-22 12:35:00 +03:00
},
"devDependencies": {
"eslint": "^7.0.0"
2020-05-21 22:29:33 +03:00
}
}