package.json 868 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "tornado-cli",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "core.js",
  6. "files": [
  7. "config.js",
  8. "core.js",
  9. "build",
  10. "lib"
  11. ],
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "axios": "^0.19.2",
  19. "circom": "0.0.35",
  20. "circomlib": "git+https://github.com/tornadocash/circomlib.git#3b492f9801573eebcfe1b6c584afe8a3beecf2b4",
  21. "commander": "^5.1.0",
  22. "dotenv": "^8.2.0",
  23. "gas-price-oracle": "^0.2.2",
  24. "snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
  25. "web3": "^1.2.8",
  26. "websnark": "git+https://github.com/tornadocash/websnark.git#4c0af6a8b65aabea3c09f377f63c44e7a58afa6d",
  27. "fixed-merkle-tree": "^0.5.0"
  28. },
  29. "devDependencies": {
  30. "eslint": "^7.0.0"
  31. }
  32. }