UNPKG

@kotevode/circomlibjs

Version:

Javascript library to work with circomlib

49 lines (48 loc) 1.16 kB
{ "name": "@kotevode/circomlibjs", "type": "module", "main": "./build/main.cjs", "module": "./main.js", "exports": { "import": "./main.js", "require": "./build/main.cjs" }, "version": "0.1.14", "description": "Javascript library to work with circomlib", "scripts": { "test": "mocha", "poseidonOptimizeConstants": "node tools/poseidon_optimize_constants.js", "build": "rollup -c rollup.cjs.config.js && cp main.d.ts build/main.d.cts" }, "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" }, "dependencies": { "blake-hash": "^2.0.0", "blake2b": "^2.1.3", "ethers": "^5.5.1", "@kotevode/ffjavascript": "0.3.5", "@types/circomlibjs": "~0.1.6" } }