{
  "$schema": "./node_modules/@angular-devkit/architect/src/builders-schema.json",
  "builders": {
    "browser": {
      "implementation": "./dist/browser",
      "schema": "./dist/browser/schema.json",
      "description": "Build browser app extended with custom webpack config"
    },
    "server": {
      "implementation": "./dist/server",
      "schema": "./dist/server/schema.json",
      "description": "Build server app extended with custom webpack config"
    },
    "dev-server": {
      "implementation": "./dist/dev-server",
      "schema": "./dist/dev-server/schema.json",
      "description": "Dev server extended with custom webpack config"
    },
    "karma": {
      "implementation": "./dist/karma",
      "schema": "./dist/karma/schema.json",
      "description": "Karma server extended with custom webpack config"
    },
    "extract-i18n": {
      "implementation": "./dist/extract-i18n",
      "schema": "./dist/extract-i18n/schema.json",
      "description": "Extract i18n extended with custom webpack config"
    }
  }
}