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.

28 lines
694 B

  1. {
  2. "name": "kesto",
  3. "version": "0.0.1",
  4. "description": "kesto",
  5. "main": "src/index.ts",
  6. "scripts": {
  7. "clean": "rm -fR dist",
  8. "build": "npm run clean && ./node_modules/.bin/tsc --strictNullChecks",
  9. "test": "./node_modules/.bin/mocha -r ts-node/register test/*.ts"
  10. },
  11. "license": "GPL-3.0",
  12. "dependencies": {
  13. "circomlib": "0.2.2"
  14. },
  15. "devDependencies": {
  16. "@types/chai": "^4.1.7",
  17. "@types/mocha": "^5.2.6",
  18. "@types/node": "^12.12.0",
  19. "chai": "^4.2.0",
  20. "circom": "0.5.10",
  21. "eslint-plugin-mocha": "^6.1.0",
  22. "mocha": "^5.2.0",
  23. "mocha-steps": "^1.3.0",
  24. "ts-node": "^7.0.1",
  25. "tslint": "^5.18.0",
  26. "typescript": "^3.5.3"
  27. }
  28. }