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.

16 lines
311 B

  1. {
  2. "name": "binformat",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "GPL-3.0",
  11. "dependencies": {
  12. "wasmsnark": "0.0.10",
  13. "circom": "^0.5.11",
  14. "snarkjs": "^0.1.31"
  15. }
  16. }