{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 78,
    "body": [
      {
        "type": "VariableDeclaration",
        "start": 0,
        "end": 64,
        "declarations": [
          {
            "type": "VariableDeclarator",
            "start": 6,
            "end": 63,
            "id": {
              "type": "ObjectPattern",
              "start": 6,
              "end": 25,
              "properties": [
                {
                  "type": "Property",
                  "start": 7,
                  "end": 24,
                  "method": false,
                  "shorthand": false,
                  "computed": false,
                  "key": {
                    "type": "Identifier",
                    "start": 7,
                    "end": 14,
                    "name": "default"
                  },
                  "value": {
                    "type": "Identifier",
                    "start": 16,
                    "end": 24,
                    "name": "confetti"
                  },
                  "kind": "init"
                }
              ]
            },
            "init": {
              "type": "AwaitExpression",
              "start": 28,
              "end": 63,
              "argument": {
                "type": "ImportExpression",
                "start": 34,
                "end": 63,
                "source": {
                  "type": "Literal",
                  "start": 41,
                  "end": 62,
                  "value": "npm:canvas-confetti",
                  "raw": "\"npm:canvas-confetti\""
                }
              }
            }
          }
        ],
        "kind": "const"
      },
      {
        "type": "ExpressionStatement",
        "start": 66,
        "end": 77,
        "expression": {
          "type": "CallExpression",
          "start": 66,
          "end": 76,
          "callee": {
            "type": "Identifier",
            "start": 66,
            "end": 74,
            "name": "confetti"
          },
          "arguments": [],
          "optional": false
        }
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 16,
      "end": 24,
      "name": "confetti"
    }
  ],
  "references": [],
  "files": [],
  "imports": [
    {
      "name": "npm:canvas-confetti",
      "type": "global",
      "method": "dynamic"
    }
  ],
  "expression": false,
  "async": true
}