47 lines
901 B
JSON
47 lines
901 B
JSON
{
|
|
"name": "snarkjs",
|
|
"version": "0.1.31",
|
|
"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": {
|
|
"blake2b": "^2.1.3",
|
|
"chai": "^4.2.0",
|
|
"circom_runtime": "0.0.6",
|
|
"commander": "^5.1.0",
|
|
"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"
|
|
}
|
|
}
|