Files
zk-email-verify/package.json
2023-06-08 01:40:44 +05:30

18 lines
521 B
JSON

{
"name": "double-blind",
"version": "0.1.0",
"private": true,
"scripts": {
"compile": "node circuits/scripts/compile.js",
"gen-input": "npx tsx ./twitter-verify/scripts/generate_input.ts",
"compile-all": "yarn gen-input && yarn compile email true",
"prepare": "husky install"
},
"packageManager": "yarn@3.2.3",
"dependencies": {
"circomlib": "^2.0.3",
"dotenv": "^16.1.4",
"snarkjs": "https://github.com/sampritipanda/snarkjs.git#fef81fc51d17a734637555c6edbd585ecda02d9e"
}
}