{
  "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "aliases": ["init"],
      "factory": "./before-install#ngAdd",
      "schema": "./ng-add/ng-add.schema.json",
      "description": "Adds Lightweightform's Bootstrap-theme to the application"
    },
    "ng-add-setup": {
      "private": true,
      "factory": "./index#ngAddSetup",
      "schema": "./ng-add/ng-add.schema.json",
      "description": "Sets up the specified project after the ng-add dependencies have been installed"
    },
    "form": {
      "factory": "./index#form",
      "schema": "./form/form.schema.json",
      "description": "Creates a new Lightweightform form"
    }
  }
}
