{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "The default schematic to use when ng-lcu is added to an Angular project.",
      "factory": "./ng-add/index#ngAdd"
    },
    "application": {
      "description": "The Schematic used to initialize a new LCU Application.",
      "factory": "./application/index#application",
      "aliases": ["app"]
    },
    "library": {
      "description": "The Schematic used to initialize a new LCU Library.",
      "factory": "./library/index#library",
      "aliases": ["lib"]
    },
    "solution": {
      "description": "Schematic for creating a new LCU Solution.",
      "factory": "./solution/index#solution",
      "aliases": ["sln"]
    },
    "lcu": {
      "description": "Schematic for seeding an LCU.",
      "factory": "./lcu/index#lcu"
    },
    "lcu-core-app": {
      "description": "Schematics for seeding LCU Core App.",
      "factory": "./lcu-core-app/index#lcuCoreApp"
    },
    "lcu-form": {
      "description": "Schematics for seeding an LCU form.",
      "factory": "./lcu-form/index#lcuForm"
    },
    "lcu-starter-app": {
      "description": "Schematics for seeding an LCU Starter Application.",
      "factory": "./lcu-starter-app/index#lcuStarterApp"
    },
    "lcu-starter-lib": {
      "description": "Schematics for seeding an LCU Starter Library.",
      "factory": "./lcu-starter-lib/index#lcuStarterLib"
    },
    "momentum": {
      "description": "Schematics for seeding Momentum App.",
      "factory": "./momentum/index#momentumApp"
    },
    "module": {
      "description": "Schematic to add a Angular module to a specific project.",
      "factory": "./module/index#module"
    },
    "documentation": {
      "description": "Schematic to add lcu-documentation library and structure to a application.",
      "factory": "./documentation/index#documentation"
    },
    "testing": {
      "description": "Schematic for setting up tests.",
      "factory": "./testing/index#testing"
    }
  }
}
