14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"$schema": "https://unpkg.com/lerna/schemas/lerna-schema.json",
|
|
"packages": [
|
|
"packages/*",
|
|
"examples/*"
|
|
],
|
|
"ignore": "{monorepo-*,with-nx}",
|
|
"registry": "https://registry.npmjs.org/",
|
|
"npmClient": "npm",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "3.25.0"
|
|
}
|