UNPKG

@nstudio/angular

Version:

Angular Plugin for xplat

29 lines (28 loc) 659 B
{ "$schema": "http://json-schema.org/schema", "$id": "xplat-angular", "title": "xplat 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 }, "skipInstall": { "description": "Skip installing dependency packages.", "type": "boolean", "default": false } } }