Features: - Zero configuration, just works out of the box - Runtime type inference and validation - Built-in caching with W-TinyLFU algorithm - Automatic retries with exponential backoff - Circuit breaker for resilience - Request deduplication - Offline support with queue - OpenAPI schema discovery - Full TypeScript support with type descriptors - Modular architecture - Configurable for advanced use cases Built with bun, ready for npm publishing
33 lines
No EOL
312 B
Text
33 lines
No EOL
312 B
Text
# Source files (only ship built files)
|
|
src/
|
|
tests/
|
|
examples/
|
|
|
|
# Documentation
|
|
manual/
|
|
*.md
|
|
!README.md
|
|
|
|
# Config files
|
|
.eslintrc.json
|
|
tsconfig.json
|
|
.gitignore
|
|
.npmignore
|
|
|
|
# Private files
|
|
CLAUDE.md
|
|
claude.md
|
|
.claude/
|
|
dx-brainstorming.md
|
|
dx-research.md
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store |