@voctest/circomlibjs
Version:
Javascript library to work with circomlib
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "@voctest/circomlibjs",
"type": "module",
"main": "./build/main.cjs",
"module": "./main.js",
"exports": {
"import": "./main.js",
"require": "./build/main.cjs"
},
"version": "0.2.2",
"description": "Javascript library to work with circomlib",
"scripts": {
"test": "mocha",
"poseidonOptimizeConstants": "node tools/poseidon_optimize_constants.js",
"build": "rollup -c rollup.cjs.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iden3/circomlibjs.git"
},
"keywords": [
"circom",
"circomlib",
"iden3",
"snarkjs",
"snark",
"zero",
"knowledge"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iden3/circomlibjs/issues"
},
"homepage": "https://github.com/iden3/circomlibjs#readme",
"devDependencies": {
"chai": "^4.3.4",
"ganache": "^7.3.0",
"mocha": "^9.1.3",
"rollup": "^4.20.0"
},
"dependencies": {
"blake-hash": "npm:@voctest/blake-hash@2.0.1",
"blake2b": "^2.1.3",
"buffer": "^6.0.3",
"ethers": "^5.5.1",
"ffjavascript": "^0.3.0"
}
}