chore: fix root package.json

This commit is contained in:
Saleel
2023-06-07 23:00:58 +05:30
parent 2c3907651d
commit 52f78099c8
4 changed files with 16 additions and 6 deletions

12
package.json Normal file
View 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"
}