{
  "executors": {
    "build": {
      "implementation": "./src/executors/build/build.impl",
      "schema": "./src/executors/build/schema.json",
      "description": "Run the command defined in build property of the specified configuration."
    },
    "test": {
      "implementation": "./src/executors/test/test.impl",
      "schema": "./src/executors/test/schema.json",
      "description": "Initiating your detox test suite."
    }
  }
}
