{
  "$schema": "https://json-schema.org/schema",
  "executors": {
    "test": {
      "implementation": "./src/executors/test/vitest.impl",
      "schema": "./src/executors/test/schema.json",
      "description": "Test using Vitest"
    }
  }
}
