{
  "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Adds ngx-weui to the application without affecting any templates",
      "factory": "./shell",
      "schema": "./shell/schema.json",
      "aliases": ["weui-shell"]
    }
  }
}
