{
  "executors": {
    "helm-package": {
      "implementation": "./dist/src/executors/helm-package/executor",
      "schema": "./dist/src/executors/helm-package/schema.json",
      "description": "Package Helm charts associated with a project"
    },
    "container-publish": {
      "implementation": "./dist/src/executors/container-publish/executor",
      "schema": "./dist/src/executors/container-publish/schema.json",
      "description": "Deploy an OCI Image Format Specification to a container registry"
    }
  }
}
