{
  "$schema": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular_devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add Otter Library to the project.",
      "factory": "./schematics/ng-add/index#ngAdd",
      "schema": "./schematics/ng-add/schema.json",
      "aliases": ["install", "i"]
    },
    "application": {
      "description": "[o3r] Generate a new Otter Application",
      "factory": "./schematics/application/index#generateApplication",
      "schema": "./schematics/application/schema.json",
      "aliases": [
        "o3r-application",
        "new-application",
        "app"
      ]
    },
    "library": {
      "description": "[o3r] Generate a new Otter compatible module",
      "factory": "./schematics/library/index#generateModule",
      "schema": "./schematics/library/schema.json",
      "aliases": [
        "o3r-library",
        "new-module",
        "module",
        "libs"
      ]
    },
    "sdk": {
      "description": "[o3r] Generate a new SDK package in an Otter project",
      "factory": "./schematics/sdk/index#generateSdk",
      "schema": "./schematics/sdk/schema.json",
      "aliases": [
        "o3r-sdk"
      ]
    }
  }
}
