UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

17 lines (16 loc) 373 B
{ "$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": [] }