{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "add @ng-blockly/blockly",
      "factory": "./ng-add/index",
      "schema": "./ng-add/schema.json"
    },
    "ng-add-setup-project": {
      "description": "Sets up the specified project after the ng-add dependencies have been installed.",
      "private": true,
      "factory": "./ng-add/setup-project",
      "schema": "./ng-add/schema.json"
    },
    "none": {
      "description": "Set up boot page",
      "private": true,
      "factory": "./ng-generate/none/index",
      "schema": "./ng-generate/none/schema.json"
    },
    "defaultBlockly": {
      "description": "Add blockly in your project.",
      "factory": "./ng-generate/defaultBlockly/index",
      "schema": "./ng-generate/defaultBlockly/schema.json"
    }
  }
}
