package.json 958 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "cli-tornado",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "axios": "^0.19.2",
  13. "bignumber.js": "^9.0.0",
  14. "circom": "0.0.35",
  15. "circomlib": "git+https://github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4",
  16. "commander": "^5.1.0",
  17. "dotenv": "^8.2.0",
  18. "fixed-merkle-tree": "^0.6.1",
  19. "gas-price-oracle": "^0.4.4",
  20. "private-ip": "^2.3.3",
  21. "snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
  22. "socks-proxy-agent": "^6.1.1",
  23. "web3": "^1.6.1",
  24. "web3-providers-http": "file:local_modules/web3-providers-http",
  25. "websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d"
  26. },
  27. "devDependencies": {
  28. "eslint": "^7.0.0"
  29. }
  30. }