mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-08 05:04:04 -05:00
21 lines
343 B
JSON
21 lines
343 B
JSON
{
|
|
"version": "6.1.5",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3"
|
|
}
|
|
}
|