|
{
|
|
"name": "keccak-chain-circuit",
|
|
"version": "0.0.1",
|
|
"description": "Sonobe Circom circuit to prove a Keccak256 chain",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rm -fR dist",
|
|
"build": "npm run clean && ./node_modules/.bin/tsc --strictNullChecks",
|
|
"test": "./node_modules/.bin/mocha --timeout 5000 -p -r ts-node/register '*.test.ts'",
|
|
"postinstall":"cd node_modules/keccak256-circom && npm install"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"circomlib": "^2.0.5",
|
|
"keccak256-circom": "git://github.com/vocdoni/keccak256-circom.git"
|
|
|
|
}
|
|
}
|