gitextract_xulc_crx/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ └── codeql.yml ├── .gitignore ├── .vscode/ │ ├── launch.json │ └── tasks.json ├── LICENSE ├── README.md ├── package.json ├── src/ │ ├── cmd-runner.ts │ ├── error-handler.ts │ ├── file-utils.ts │ ├── function-utils.ts │ ├── index.ts │ ├── logger.ts │ └── openapi.yaml └── tsconfig.json