{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "new-component": {
      "description": "A new Nebular component schematic.",
      "factory": "./new-component/index#newComponent",
      "schema": "./new-component/schema.json"
    },
    "playground": {
      "description": "A schematic to call other playground schematics in order.",
      "factory": "./playground/index#generatePlayground",
      "schema": "./playground/schema.json"
    },
    "playground-module": {
      "description": "A schematic to add all playground components to a given module.",
      "factory": "./playground-module/index#playgroundModule",
      "schema": "./playground-module/schema.json"
    },
    "playground-components": {
      "description": "A schematic to generate routes array for the app.",
      "factory": "./playground-components/index#playgroundComponents",
      "schema": "./playground-components/schema.json"
    }
  }
}
