UNPKG

@nstudio/web-angular

Version:

Web Angular Plugin for xplat

24 lines (23 loc) 530 B
{ "$schema": "http://json-schema.org/schema", "$id": "xplat-web-angular", "title": "xplat web angular schema", "type": "object", "properties": { "prefix": { "type": "string", "description": "The prefix to apply to generated selectors.", "alias": "p" }, "npmScope": { "type": "string", "description": "The npm scope to use.", "alias": "wn" }, "skipFormat": { "description": "Skip formatting files", "type": "boolean", "default": false } } }