gitextract_1gu8ebsy/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ └── bug_report.md │ └── workflows/ │ └── npm-publish.yml ├── .gitignore ├── .npmignore ├── LICENSE ├── README.md ├── README.zh-CN.md ├── agent/ │ ├── .gitignore │ ├── .npmignore │ ├── package.json │ ├── src/ │ │ ├── app.ts │ │ ├── shared.ts │ │ └── springboard.ts │ └── tsconfig.json ├── bin/ │ └── bagbak.ts ├── index.ts ├── lib/ │ └── utils.ts ├── package.json ├── tsconfig.json └── tsdown.config.ts