{
  "$schema": "http://json-schema.org/schema",
  "executors": {
    "build": {
      "implementation": "./src/executors/build/executor",
      "schema": "./src/executors/build/schema.json",
      "description": "Compiles the doc-page system and builds the angular app"
    },
    "serve": {
      "implementation": "./src/executors/serve/executor",
      "schema": "./src/executors/serve/schema.json",
      "description": "Compiles and watching the doc-page system and serves the angular app"
    },
    "compile": {
      "implementation": "./src/executors/compile/executor",
      "schema": "./src/executors/compile/schema.json",
      "description": "A single compile of the doc-page system"
    }
  }
}
