mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 13:38:03 -05:00
circuits: move sdk files to package.json
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
tests/*
|
||||
babel.config.js
|
||||
@@ -19,5 +19,27 @@
|
||||
"circomlibjs": "^0.1.7",
|
||||
"jest": "^29.5.0",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"files": [
|
||||
"/helpers",
|
||||
"/lib",
|
||||
"/utils",
|
||||
"./email-verifier.circom"
|
||||
],
|
||||
"babel": {
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}
|
||||
],
|
||||
"@babel/preset-typescript",
|
||||
[
|
||||
"jest"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user