{
  "$schema": "https://json-schema.org/draft-07/schema",
  "generators": {
    "init": {
      "factory": "./src/generators/init/generator",
      "schema": "./src/generators/init/schema.json",
      "description": "Add stylelint configuration and dependencies to the workspace.",
      "hidden": true
    },
    "configuration": {
      "factory": "./src/generators/configuration/generator",
      "schema": "./src/generators/configuration/schema.json",
      "description": "Add stylelint configuration to a project.",
      "aliases": ["config"]
    }
  }
}
