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.

34 lines
786 B

2 years ago
  1. {
  2. "name": "circom_tester",
  3. "version": "0.0.6",
  4. "description": "Tools for testing circom circuits.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/iden3/circom_tester.git"
  12. },
  13. "keywords": [
  14. "circom",
  15. "test",
  16. "snarkjs",
  17. "iden3"
  18. ],
  19. "author": "Albert Rubio",
  20. "license": "GPL-3.0",
  21. "bugs": {
  22. "url": "https://github.com/iden3/circom_tester/issues"
  23. },
  24. "homepage": "https://github.com/iden3/circom_tester#readme",
  25. "dependencies": {
  26. "chai": "^4.3.4",
  27. "child_process": "^1.0.2",
  28. "ffjavascript": "^0.2.38",
  29. "fnv-plus": "^1.3.1",
  30. "r1csfile": "0.0.16",
  31. "tmp-promise": "^3.0.2",
  32. "util": "^0.12.4"
  33. }
  34. }