Files
zk-attestor/package.json
2022-01-27 04:11:24 -05:00

29 lines
807 B
JSON

{
"name": "eth-attestor",
"version": "0.0.1",
"description": "Attestations to Ethereum data in circom",
"main": "index.js",
"scripts": {
"build": "./build_circuits.sh",
"test": "NODE_OPTIONS='--max-old-space-size=56000' mocha -r ts-node/register 'test/**/*.ts'"
},
"repository": "git@github.com:yi-sun/eth-attestor.git",
"author": "Yi Sun <yi-sun@users.noreply.github.com>",
"dependencies": {
"circomlib": "^2.0.2",
"snarkjs": "^0.4.10"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.0.0",
"@ethersproject/keccak256": "^5.5.0",
"chai": "^4.3.4",
"circom_tester": "0.0.9",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"r1csfile": "^0.0.35"
}
}