UNPKG

circom_tester

Version:

Tools for testing circom circuits.

41 lines (40 loc) 918 B
{ "name": "circom_tester", "version": "0.0.23", "description": "Tools for testing circom circuits.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -p 'test/*/*.js'" }, "repository": { "type": "git", "url": "git+https://github.com/iden3/circom_tester.git" }, "keywords": [ "circom", "test", "snarkjs", "iden3" ], "author": "Albert Rubio", "license": "GPL-3.0", "bugs": { "url": "https://github.com/iden3/circom_tester/issues" }, "homepage": "https://github.com/iden3/circom_tester#readme", "dependencies": { "chai": "^4.3.6", "ffjavascript": "^0.3.1", "fnv-plus": "^1.3.1", "r1csfile": "^0.0.48", "tmp-promise": "^3.0.3", "util": "^0.12.5", "snarkjs": "^0.7.3" }, "devDependencies": { "@types/chai": "^4.3.6", "@types/mocha": "^10.0.1", "mocha": "^10.1.0", "circomlib": "^2.0.5" } }