mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 05:28:06 -05:00
chore: fix root package.json
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user