mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-07 23:04:06 -05:00
16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"version": "1.38.0",
|
|
"stream": true,
|
|
"command": {
|
|
"version": {
|
|
"message": "chore(release): %s"
|
|
}
|
|
},
|
|
"useWorkspaces": true,
|
|
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json"
|
|
}
|