@domoinc/ryuu-angular
Version:
Angular Schematic to add @domoinc/ryuu-proxy support
15 lines • 338 B
JSON
{
"$schema": "http://json-schema.org/draft-04/schema",
"id": "http://json-schema.org/draft-04/schema",
"type": "object",
"description": "Schema for ng-add command",
"properties": {
"project": {
"type":"string",
"description": "project name",
"$default":{
"$source":"projectName"
}
}
}
}