{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add sb-element to the project.",
      "factory": "./ng-add/index#ngAdd",
    },
    "popper-component": {
      "description": "Generate a popper component.",
      "factory": "./popper-component/index#popperComponent",
      "schema": "./popper-component/schema.json"
    },
    "styleable-component": {
      "description": "Generate a styleable component.",
      "factory": "./styleable-component/index#styleableComponent",
      "schema": "./styleable-component/schema.json"
    }
  }
}
