{ "name": "@tornado/snarkjs", "version": "0.1.20-p2", "description": "zkSNARKs implementation in JavaScript", "main": "index.js", "scripts": { "test": "mocha" }, "bin": { "cli": "cli.js" }, "directories": { "templates": "templates" }, "keywords": [ "zksnark", "zcash", "ethereum", "zero", "knowledge", "cryptography", "circuit" ], "author": "Jordi Baylina", "license": "GPL-3.0", "homepage": "https://git.tornado.ws/tornado-packages/snarkjs", "repository": { "type": "git", "url": "https://git.tornado.ws/tornado-packages/archive-monorepo" }, "dependencies": { "big-integer": "^1.6.43", "chai": "^4.2.0", "escape-string-regexp": "^1.0.5", "eslint": "^5.16.0", "keccak": "^2.0.0", "yargs": "^12.0.5" }, "devDependencies": { "eslint-plugin-mocha": "^5.3.0", "mocha": "^5.2.0", "typescript": "^5.0.2" } }