gitextract_6gfn4dx2/ ├── .eslintrc ├── .gitignore ├── LICENSE ├── README.md ├── index.css ├── index.html ├── package.json ├── src/ │ ├── main.ts │ ├── preload.ts │ └── renderer.ts ├── test.html └── tsconfig.json