{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "my-element.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "MyEl",
          "members": [
            {
              "kind": "field",
              "name": "myField",
              "reflects": true,
              "attribute": "myField"
            }
          ],
          "attributes": [
            {
              "name": "a-a"
            },
            {
              "name": "b-b"
            },
            {
              "name": "c-c"
            },
            {
              "name": "d-d"
            },
            {
              "name": "myField",
              "fieldName": "myField"
            },
            {
              "type": {
                "text": "boolean"
              },
              "name": "attr1"
            },
            {
              "type": {
                "text": "boolean"
              },
              "name": "attr2"
            }
          ],
          "superclass": {
            "name": "HTMLElement"
          },
          "tagName": "my-el",
          "customElement": true
        },
        {
          "kind": "class",
          "description": "",
          "name": "Foo",
          "members": [
            {
              "kind": "field",
              "name": "foo",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "this is the field description",
              "attribute": "my-attr"
            },
            {
              "kind": "field",
              "name": "member",
              "type": {
                "text": "string"
              },
              "description": "this is the description",
              "default": "''"
            }
          ],
          "attributes": [
            {
              "name": "my-attr",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "this is the attr description",
              "fieldName": "foo"
            }
          ],
          "superclass": {
            "name": "HTMLElement"
          },
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "my-el",
          "declaration": {
            "name": "MyEl",
            "module": "my-element.js"
          }
        },
        {
          "kind": "js",
          "name": "Foo",
          "declaration": {
            "name": "Foo",
            "module": "my-element.js"
          }
        }
      ]
    }
  ]
}