UNPKG

@harves/nx-node-esm-plugin

Version:

Node executor including ESM module resolution for buildable libraries within Nx workspaces.

20 lines (19 loc) 554 B
{ "$schema": "https://json-schema.org/schema", "$id": "nx-node-esm-plugin-sampleapp", "title": "Generate sample application", "description": "Generate sample app containing ESM app calling buildable ESM lib, demonstrating the use of the @harves/nx-node-esm-plugin:node executor.", "type": "object", "properties": { "name": { "type": "string", "description": "", "$default": { "$source": "argv", "index": 0 }, "x-prompt": "What name would you like to use?" } }, "required": ["name"] }