{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add the library to the project",
      "factory": "./ng-add/index",
      "schema": "./ng-add/schema.json"
    },
    "scan": {
      "description": "Scan project and represent into a json file",
      "factory": "./ng-generate/scan-project/index#scan",
      "aliases": [
        "s"
      ]
    },
    "build": {
      "description": "Execute all the schematics with the json file",
      "factory": "./ng-generate/build/index#executeWorkspaceSchematics",
      "aliases": [
        "b"
      ]
    },
    "checkPackages": {
      "description": "Check collections",
      "factory": "./ng-generate/check-packages/index#checkPackages",
      "hidden": true
    },
    "checkProjects": {
      "description": "Check collections",
      "factory": "./ng-generate/check-projects/index#checkProjects",
      "hidden": true
    },
    "uninstallPackages": {
      "description": "Uninstall collections",
      "factory": "./ng-generate/uninstall-packages/index#uninstallPackages",
      "hidden": true
    },
    "AddCollectionsAngularJson": {
      "description": "Add collections to angular.json",
      "factory": "./ng-generate/add-collections-angular-json/index#AddCollectionsAngularJson",
      "hidden": true
    }
  }
}