{
  "$schema": "http://json-schema.org/schema",
  "executors": {
    "deploy": {
      "implementation": "./src/executors/deploy/executor",
      "schema": "./src/executors/deploy/schema.json",
      "description": "Publish your libraries to NPM with just one command"
    }
  }
}
