{
  "version": 2,
  "outputCapture": "direct-nodejs",
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "Mutate executor",
  "description": "",
  "type": "object",
  "properties": {
    "mutate": {
      "alias": "m",
      "description": "File to mutate (example: src/app.js OR src/app.js:5-7).",
      "type": "string"
    },
    "incremental": {
      "description": "StrykerJS will track the changes you make to your code and tests and only runs mutation testing on the changed code.",
      "type": "boolean"
    }
  },
  "required": []
}
