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.

35 lines
948 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/chai": "^4.1.7",
  19. "@types/mocha": "^5.2.6",
  20. "@types/node": "^12.12.0",
  21. "chai": "^4.2.0",
  22. "circom": "0.5.10",
  23. "eslint-plugin-mocha": "^6.1.0",
  24. "ffjavascript": "0.1.3",
  25. "mocha": "^5.2.0",
  26. "mocha-steps": "^1.3.0",
  27. "snarkjs": "^0.1.31",
  28. "truffle": "^5.0.0-beta.0",
  29. "truffle-assertions": "^0.9.2",
  30. "ts-node": "^7.0.1",
  31. "tslint": "^5.18.0",
  32. "typescript": "^3.5.3",
  33. "web3": "^1.0.0-beta.30"
  34. }
  35. }