mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 13:38:03 -05:00
17 lines
235 B
JSON
17 lines
235 B
JSON
{
|
|
"version": "6.1.5",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"scripts"
|
|
],
|
|
"packageManager": "yarn@3.2.3",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|