{
  "version": 2,
  "outputCapture": "direct-nodejs",
  "$schema": "http://json-schema.org/schema",
  "title": "Build executor",
  "description": "",
  "type": "object",
  "properties": {
    "skipTargets": {
      "type": "boolean",
      "description": "When `true` the provided targets will be skipped.",
      "default": false
    }
  },
  "required": []
}
