Set as specific tornado cash package

This commit is contained in:
Theo 2023-07-21 04:37:52 -07:00
parent 733c435f66
commit 672b738d06

View File

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