{
  "body": {
    "type": "Program",
    "start": 0,
    "end": 57,
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 43,
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 7,
            "end": 15,
            "local": {
              "type": "Identifier",
              "start": 7,
              "end": 15,
              "name": "confetti"
            }
          }
        ],
        "source": {
          "type": "Literal",
          "start": 21,
          "end": 42,
          "value": "npm:canvas-confetti",
          "raw": "\"npm:canvas-confetti\""
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 45,
        "end": 56,
        "expression": {
          "type": "CallExpression",
          "start": 45,
          "end": 55,
          "callee": {
            "type": "Identifier",
            "start": 45,
            "end": 53,
            "name": "confetti"
          },
          "arguments": [],
          "optional": false
        }
      }
    ],
    "sourceType": "module"
  },
  "declarations": [
    {
      "type": "Identifier",
      "start": 7,
      "end": 15,
      "name": "confetti"
    }
  ],
  "references": [],
  "files": [],
  "imports": [
    {
      "name": "npm:canvas-confetti",
      "type": "global",
      "method": "static"
    }
  ],
  "expression": false,
  "async": false
}