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.

32 lines
779 B

  1. {
  2. "name": "arbo-testvectors-circom",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "build": "npm run clean && ./node_modules/.bin/tsc",
  11. "clean": "rimraf dist",
  12. "pretest": "cd go-data-generator && go test",
  13. "test": "npm run build && ./node_modules/.bin/mocha -r ts-node/register test/**/*.ts"
  14. },
  15. "author": "",
  16. "license": "GPL-3.0",
  17. "dependencies": {
  18. "chai": "^4.2.0",
  19. "circom": "0.5.45",
  20. "circomlib": "^0.5.0",
  21. "ffjavascript": "0.2.33"
  22. },
  23. "devDependencies": {
  24. "@types/chai": "^4.2.14",
  25. "@types/mocha": "^8.2.0",
  26. "@types/node": "^14.14.25",
  27. "mocha": "^8.0.1",
  28. "ts-node": "^9.1.1",
  29. "tslint": "^6.1.3",
  30. "typescript": "^4.1.3"
  31. }
  32. }