{
    "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json",
    "schematics": {
        "ng-add": {
            "description": "Add the component library to this project",
            "factory": "./ng-add/index#ngAdd"
        }
    }
}