chore: add missing packages in root

This commit is contained in:
Saleel
2023-06-08 01:12:51 +05:30
parent 46317e2947
commit fde9ce8f63
3 changed files with 404 additions and 2 deletions

View File

@@ -8,5 +8,10 @@
"compile-all": "yarn gen-input && yarn compile email true",
"prepare": "husky install"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.3",
"dependencies": {
"circomlib": "^2.0.3",
"dotenv": "^16.1.4",
"snarkjs": "https://github.com/sampritipanda/snarkjs.git#fef81fc51d17a734637555c6edbd585ecda02d9e"
}
}