You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
489 B

  1. {
  2. "name": "keccak-circom",
  3. "version": "0.0.1",
  4. "description": "Keccak256 hash ethereum compatible implementation in Circom",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "mocha --max-old-space-size=4000"
  11. },
  12. "author": "Vocdoni",
  13. "license": "GPL-3.0",
  14. "dependencies": {
  15. "circomlib": "^2.0.1"
  16. },
  17. "devDependencies": {
  18. "chai": "^4.3.4",
  19. "circom_tester": "0.0.9",
  20. "mocha": "^9.1.2",
  21. "keccak256": "1.0.3"
  22. }
  23. }