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.

34 lines
912 B

  1. {
  2. "name": "miksi-core",
  3. "version": "0.0.1",
  4. "description": "miksi-core",
  5. "main": "index.js",
  6. "scripts": {
  7. "clean": "rm -fR dist",
  8. "build": "npm run clean && ./node_modules/.bin/tsc --strictNullChecks",
  9. "test-circuits": "./node_modules/.bin/mocha -r ts-node/register test/circuits/*.ts",
  10. "test-sc": "truffle test test/contracts/*.ts",
  11. "truffle": "truffle"
  12. },
  13. "license": "GPL-3.0",
  14. "dependencies": {
  15. "circomlib": "0.2.2"
  16. },
  17. "devDependencies": {
  18. "@types/node": "^12.12.0",
  19. "circom": "0.5.10",
  20. "eslint-plugin-mocha": "^6.1.0",
  21. "snarkjs": "^0.1.31",
  22. "ffjavascript": "0.1.3",
  23. "@types/chai": "^4.1.7",
  24. "@types/mocha": "^5.2.6",
  25. "chai": "^4.2.0",
  26. "mocha": "^5.2.0",
  27. "mocha-steps": "^1.3.0",
  28. "ts-node": "^7.0.1",
  29. "tslint": "^5.18.0",
  30. "typescript": "^3.5.3",
  31. "truffle": "^5.0.0-beta.0",
  32. "web3": "^1.0.0-beta.30"
  33. }
  34. }