@nx/js
Version:
17 lines (16 loc) • 373 B
JSON
{
"$schema": "https://json-schema.org/schema",
"$id": "SetupVerdaccio",
"title": "Setup Verdaccio",
"description": "Setup Verdaccio local-registry.",
"type": "object",
"properties": {
"skipFormat": {
"description": "Skip formatting files.",
"type": "boolean",
"default": false,
"x-priority": "internal"
}
},
"required": []
}