{
  "schemaVersion": "0.1.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "./fixtures/litelement_decorators/package/my-element.js",
      "declarations": [
        {
          "kind": "class",
          "name": "MyElement",
          "superclass": {
            "name": "LitElement",
            "package": "lit-element"
          },
          "members": [
            {
              "kind": "field",
              "name": "decoratedProperty",
              "type": {
                "text": "array"
              },
              "privacy": "public",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "decoratedPropertyAlsoAttr",
              "type": {
                "text": "array"
              },
              "privacy": "public",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "decoratedPropertyNoAttr",
              "type": {
                "text": "array"
              },
              "privacy": "public",
              "default": "[]"
            }
          ],
          "attributes": [
            {
              "name": "decoratedProperty",
              "fieldName": "decoratedProperty"
            },
            {
              "name": "my-attr",
              "fieldName": "decoratedPropertyAlsoAttr"
            }
          ],
          "tagName": "my-element"
        }
      ],
      "exports": [
        {
          "kind": "custom-element-definition",
          "name": "my-element",
          "declaration": {
            "name": "MyElement",
            "module": "./fixtures/litelement_decorators/package/my-element.js"
          }
        }
      ]
    }
  ]
}