{
  "version": 2,
  "tags": [
    {
      "name": "lit-query",
      "description": "Gets the query string and transform it as an object",
      "properties": [
        {
          "name": "query",
          "type": "String",
          "description": "Query string"
        },
        {
          "name": "queryObject",
          "type": "Object",
          "description": "Query Object from url query"
        }
      ],
      "events": [],
      "slots": [],
      "cssProperties": []
    }
  ]
}
