{
  "$schema": "http://json-schema.org/schema",
  "$id": "NxSSTInit",
  "cli": "nx",
  "title": "Init SST Plugin",
  "type": "object",
  "properties": {
    "unitTestRunner": {
      "description": "Adds the specified unit test runner.",
      "type": "string",
      "enum": ["jest", "none"],
      "default": "jest"
    }
  },
  "required": []
}
