{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add @doku-dev/doku-fragment library to the project and install dependencies.",
      "factory": "./ng-add/index",
      "schema": "./ng-add/schema.json"
    },
    "ng-add-setup-project": {
      "private": true,
      "description": "Sets up the project after dependencies have been installed",
      "factory": "./ng-add/setup-project",
      "schema": "./ng-add/schema.json"
    }
  }
}
