{ "name": "snarkjs", "version": "0.1.30", "description": "zkSNARKs implementation in JavaScript", "main": "index.js", "scripts": { "test": "mocha" }, "bin": { "snarkjs": "cli.js" }, "directories": { "templates": "templates" }, "keywords": [ "zksnark", "zcash", "ethereum", "zero", "knowlage", "cryptography", "circuit" ], "author": "Jordi Baylina", "license": "GPL-3.0", "repository": { "type": "git", "url": "https://github.com/iden3/snarkjs.git" }, "dependencies": { "chai": "^4.2.0", "circom_runtime": "0.0.6", "escape-string-regexp": "^1.0.5", "ffjavascript": "0.1.0", "keccak": "^3.0.0", "r1csfile": "0.0.5", "yargs": "^12.0.5" }, "devDependencies": { "eslint": "^6.8.0", "lodash": "^4.17.15", "mocha": "^7.1.1" } }