gitextract_p10xncbh/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── feature_request.md │ └── workflows/ │ ├── publish.yml │ └── tests.yml ├── .gitignore ├── .npmignore ├── .prettierignore ├── .prettierrc.json ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── __tests__/ │ ├── __snapshots__/ │ │ └── index.spec.ts.snap │ ├── index.spec.ts │ └── sampleResponse.json ├── bump-version.sh ├── constants.ts ├── index.ts ├── jest.config.js ├── mise.toml ├── package.json └── tsconfig.json