UNPKG

@rxap/plugin-library

Version:

This package provides generators and executors for managing and maintaining Nx plugin libraries. It includes functionality for generating index exports, fixing dependencies, generating JSON schemas, and more. It helps streamline the development process fo

17 lines (16 loc) 336 B
{ "$schema": "http://json-schema.org/schema", "version": 2, "title": "CheckVersion executor", "description": "", "type": "object", "properties": { "packageName": { "type": "string", "description": "The name of the package used as minimum version reference" } }, "required": [ "packageName" ] }