{
  "$schema": "http://json-schema.org/schema",
  "type": "object",
  "cli": "nx",
  "properties": {
    "dir": {
      "type": "string",
      "description": "Directory of the built module."
    },
    "projectNamePrefix": {
      "type": "string",
      "description": "Helper flag to remove prefix of the project name. (By default NX adds all directories names to the project name)."
    },
    "dryRun": {
      "type": "boolean",
      "description": "Won't actually publish."
    }
  }
}
