mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-06 20:23:54 -05:00
18 lines
290 B
JSON
18 lines
290 B
JSON
{
|
|
"version": "6.2.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "yarn prettier --write packages/**/**.ts",
|
|
"test": "jest"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"scripts"
|
|
],
|
|
"packageManager": "yarn@3.2.3",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|