{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Generate standard ndc UI",
      "factory": "./ng-add/index#ngAdd"
    },
    "ndc-module": {
      "description": "Generate ndc module",
      "factory": "./ndc-module/index#ndcModule",
      "schema": "./ndc-module/schema.json",
      "aliases": [
        "m"
      ]
    },
    "ndc-module-new": {
      "description": "Generate ndc module",
      "factory": "./ndc-module-new/index#ndcModule",
      "schema": "./ndc-module-new/schema.json",
      "aliases": [
        "n"
      ]
    },
    "ndc-net-module": {
      "description": "Generate ndc .NET module api",
      "factory": "./ndc-net-module/index#ndcNetModule",
      "schema": "./ndc-net-module/schema.json",
      "aliases": [
        "net"
      ]
    },
    "ndc-net-multi": {
      "description": "Generate ndc multi .NET module api",
      "factory": "./ndc-net-multi/index#ndcMultiNet",
      "schema": "./ndc-net-multi/schema.json",
      "aliases": [
        "mn"
      ]
    },
    "ndc-multi-pages": {
      "description": "Generate ndc multiple page in one shot",
      "factory": "./ndc-multi-pages/index#ndcMultiPages",
      "schema": "./ndc-multi-pages/schema.json",
      "aliases": [
        "mp"
      ]
    },
    "ndc-export": {
      "description": "Generate export class",
      "factory": "./ndc-export/index#ndcExport",
      "schema": "./ndc-export/schema.json",
      "aliases": [
        "exp"
      ]
    },
    "ndc-report": {
      "description": "Generate report class",
      "factory": "./ndc-report/index#ndcReport",
      "schema": "./ndc-report/schema.json",
      "aliases": [
        "report"
      ]
    },
    "ndc-matlab": {
      "description": "Build matlab folder",
      "factory": "./ndc-matlab/index#ndcMatlab",
      "schema": "./ndc-matlab/schema.json",
      "aliases": [
        "matlab"
      ]
    }
  }
}