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.

19 lines
478 B

  1. {
  2. "name": "circomlib-testvectors",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha",
  8. "postinstall": "cd node_modules/circomlib && npm install && ../ffjavascript && npm install"
  9. },
  10. "author": "",
  11. "license": "GPLv3.0",
  12. "dependencies": {
  13. "circomlib": "git+https://github.com/iden3/circomlib",
  14. "ffjavascript": "git+https://github.com/iden3/ffjavascript"
  15. },
  16. "devDependencies": {
  17. "mocha": "^7.1.1"
  18. }
  19. }