{
  "type": "Program",
  "start": 0,
  "end": 155,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 11,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 22,
      "end": 51,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 29
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 31,
          "end": 37,
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 15
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 31,
            "end": 37,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 15
              }
            },
            "name": "runCli",
            "leadingComments": null
          },
          "local": {
            "type": "Identifier",
            "start": 31,
            "end": 37,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 15
              }
            },
            "name": "runCli",
            "leadingComments": [
              {
                "type": "CommentLine",
                "value": " /usr/bin/env node",
                "start": 0,
                "end": 20,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 0
                  },
                  "end": {
                    "line": 1,
                    "column": 20
                  }
                },
                "range": [
                  0,
                  20
                ]
              }
            ]
          },
          "leadingComments": null
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 45,
        "end": 50,
        "loc": {
          "start": {
            "line": 3,
            "column": 23
          },
          "end": {
            "line": 3,
            "column": 28
          }
        },
        "value": "roc",
        "rawValue": "roc",
        "raw": "'roc'"
      },
      "leadingComments": [
        {
          "type": "CommentLine",
          "value": " /usr/bin/env node",
          "start": 0,
          "end": 20,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 20
            }
          },
          "range": [
            0,
            20
          ]
        }
      ]
    },
    {
      "type": "VariableDeclaration",
      "start": 53,
      "end": 95,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 42
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 59,
          "end": 94,
          "loc": {
            "start": {
              "line": 5,
              "column": 6
            },
            "end": {
              "line": 5,
              "column": 41
            }
          },
          "id": {
            "type": "Identifier",
            "start": 59,
            "end": 62,
            "loc": {
              "start": {
                "line": 5,
                "column": 6
              },
              "end": {
                "line": 5,
                "column": 9
              }
            },
            "name": "pkg"
          },
          "init": {
            "type": "CallExpression",
            "start": 65,
            "end": 94,
            "loc": {
              "start": {
                "line": 5,
                "column": 12
              },
              "end": {
                "line": 5,
                "column": 41
              }
            },
            "callee": {
              "type": "Identifier",
              "start": 65,
              "end": 72,
              "loc": {
                "start": {
                  "line": 5,
                  "column": 12
                },
                "end": {
                  "line": 5,
                  "column": 19
                }
              },
              "name": "require"
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 73,
                "end": 93,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 20
                  },
                  "end": {
                    "line": 5,
                    "column": 40
                  }
                },
                "value": "../../package.json",
                "rawValue": "../../package.json",
                "raw": "'../../package.json'"
              }
            ]
          }
        }
      ],
      "kind": "const"
    },
    {
      "type": "ExpressionStatement",
      "start": 97,
      "end": 154,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 3
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 97,
        "end": 153,
        "loc": {
          "start": {
            "line": 7,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 2
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 97,
          "end": 103,
          "loc": {
            "start": {
              "line": 7,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 6
            }
          },
          "name": "runCli"
        },
        "arguments": [
          {
            "type": "ObjectExpression",
            "start": 104,
            "end": 152,
            "loc": {
              "start": {
                "line": 7,
                "column": 7
              },
              "end": {
                "line": 10,
                "column": 1
              }
            },
            "properties": [
              {
                "type": "Property",
                "start": 110,
                "end": 130,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4
                  },
                  "end": {
                    "line": 8,
                    "column": 24
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 110,
                  "end": 117,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4
                    },
                    "end": {
                      "line": 8,
                      "column": 11
                    }
                  },
                  "name": "version"
                },
                "value": {
                  "type": "MemberExpression",
                  "start": 119,
                  "end": 130,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 13
                    },
                    "end": {
                      "line": 8,
                      "column": 24
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 119,
                    "end": 122,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 13
                      },
                      "end": {
                        "line": 8,
                        "column": 16
                      }
                    },
                    "name": "pkg"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 123,
                    "end": 130,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 17
                      },
                      "end": {
                        "line": 8,
                        "column": 24
                      }
                    },
                    "name": "version"
                  },
                  "computed": false
                },
                "kind": "init"
              },
              {
                "type": "Property",
                "start": 136,
                "end": 150,
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4
                  },
                  "end": {
                    "line": 9,
                    "column": 18
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 136,
                  "end": 140,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4
                    },
                    "end": {
                      "line": 9,
                      "column": 8
                    }
                  },
                  "name": "name"
                },
                "value": {
                  "type": "MemberExpression",
                  "start": 142,
                  "end": 150,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 10
                    },
                    "end": {
                      "line": 9,
                      "column": 18
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 142,
                    "end": 145,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 10
                      },
                      "end": {
                        "line": 9,
                        "column": 13
                      }
                    },
                    "name": "pkg"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 146,
                    "end": 150,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 14
                      },
                      "end": {
                        "line": 9,
                        "column": 18
                      }
                    },
                    "name": "name"
                  },
                  "computed": false
                },
                "kind": "init"
              }
            ]
          }
        ]
      }
    }
  ]
}