{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add my library to the project.",
      "factory": "./ng-add/index#ngAdd"
    },
    "my-service": {
      "description": "Generate a service in the project.",
      "factory": "./my-service/index#myService",
      "schema": "./my-service/schema.json"
    },
    "native": {
      "description": "insert native plugin into m2df2",
      "factory": "./m2-app/index",
      "schema": "./m2-app/schema.json",
      "aliases": ["app"]
    },
    "dingtalk": {
      "description": "insert dingtalk plugin into m2df2",
      "factory": "./m2-dingtalk/index",
      "schema": "./m2-dingtalk/schema.json",
      "aliases": ["dd"]
    },
    "wechat": {
      "description": "insert wechat plugin into m2df2",
      "factory": "./m2-wechat/index",
      "schema": "./m2-wechat/schema.json",
      "aliases": ["wx"]
    }
  }
}
