{
  "schematics": {
    "proxy-add": {
      "description": "ABP Proxy Generator Add Schematics",
      "factory": "./commands/proxy-add",
      "schema": "./commands/proxy-add/schema.json"
    },
    "proxy-index": {
      "description": "ABP Proxy Generator Index Schematics",
      "factory": "./commands/proxy-index",
      "schema": "./commands/proxy-index/schema.json"
    },
    "proxy-refresh": {
      "description": "ABP Proxy Generator Refresh Schematics",
      "factory": "./commands/proxy-refresh",
      "schema": "./commands/proxy-refresh/schema.json"
    },
    "proxy-remove": {
      "description": "ABP Proxy Generator Remove Schematics",
      "factory": "./commands/proxy-remove",
      "schema": "./commands/proxy-remove/schema.json"
    },
    "api": {
      "description": "ABP API Generator Schematics",
      "factory": "./commands/api",
      "schema": "./commands/api/schema.json"
    },
    "create-lib": {
      "description": "ABP Create Library Schematics",
      "factory": "./commands/create-lib",
      "schema": "./commands/create-lib/schema.json"
    },
    "change-theme": {
      "description": "ABP Change Styles of Theme Schematics",
      "factory": "./commands/change-theme",
      "schema": "./commands/change-theme/schema.json"
    },
    "ai-config": {
      "description": "Generates AI configuration files for Angular projects",
      "factory": "./commands/ai-config",
      "schema": "./commands/ai-config/schema.json"
    },
    "server": {
      "factory": "./commands/ssr-add/server",
      "description": "Create an Angular server app.",
      "schema": "./commands/ssr-add/server/schema.json",
      "hidden": true
    },
    "ssr-add": {
      "description": "ABP SSR Add Schematics",
      "factory": "./commands/ssr-add",
      "schema": "./commands/ssr-add/schema.json"
    }
  }
}
