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.

48 lines
979 B

5 years ago
5 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
3 years ago
3 years ago
4 years ago
4 years ago
5 years ago
5 years ago
  1. {
  2. "name": "circom",
  3. "version": "0.5.34",
  4. "description": "Language to generate logic circuits",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "mocha --max-old-space-size=4000",
  11. "buildParser": "jison parser/jaz.jison -o parser/jaz.js"
  12. },
  13. "bin": {
  14. "circom": "cli.js"
  15. },
  16. "keywords": [
  17. "zkSnarks",
  18. "r1cs",
  19. "circuits",
  20. "zero",
  21. "knowlage",
  22. "ethereum",
  23. "zcash"
  24. ],
  25. "author": "0kims",
  26. "license": "GPL-3.0",
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/iden3/circom.git"
  30. },
  31. "dependencies": {
  32. "chai": "^4.2.0",
  33. "circom_runtime": "0.1.9",
  34. "fastfile": "0.0.18",
  35. "ffiasm": "0.1.1",
  36. "ffjavascript": "0.2.22",
  37. "ffwasm": "0.0.7",
  38. "fnv-plus": "^1.3.1",
  39. "r1csfile": "0.0.16",
  40. "tmp-promise": "^2.0.2",
  41. "wasmbuilder": "0.0.10"
  42. },
  43. "devDependencies": {
  44. "eslint": "^6.8.0",
  45. "jison": "^0.4.18",
  46. "yargs": "^15.3.1"
  47. }
  48. }