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.

18 lines
314 B

  1. {
  2. "name": "circomlib-testvectors",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "author": "",
  10. "license": "GPLv3.0",
  11. "dependencies": {
  12. "circomlib": "^0.2.3",
  13. "ffjavascript": "^0.1.3"
  14. },
  15. "devDependencies": {
  16. "mocha": "^7.1.1"
  17. }
  18. }