34 lines
325 B
Plaintext
34 lines
325 B
Plaintext
.github
|
|
.git
|
|
|
|
.idea
|
|
.vscode
|
|
|
|
dist
|
|
node_modules
|
|
coverage
|
|
.npm
|
|
|
|
.husky
|
|
src
|
|
set-version.js
|
|
|
|
README.md
|
|
SECURITY.md
|
|
CODEOWNERS
|
|
|
|
.gitignore
|
|
.npmignore
|
|
.prettierignore
|
|
.prettierrc
|
|
.gitattributes
|
|
|
|
tsconfig.json
|
|
tsconfig.eslint.json
|
|
tsup.config.ts
|
|
eslint.config.cjs
|
|
eslint.config.typeaware.cjs
|
|
package-lock.json
|
|
jest.config.cjs
|
|
tests
|