{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Initialization Angular-Web3 schematicss",
      "factory": "./ng-add/index#ngAdd",
      "aliases": ["init"],
      "schema": "./ng-add/schema.json"
    }
    
  }
}