steadfast/package.json

9 lines
337 B
JSON

{
"name": "@community/steadfast",
"version": "1.0.0",
"description": "Zero-dependency async resilience: retry with exponential backoff + jitter, timeout, and concurrency limiting.",
"main": "index.js",
"keywords": ["retry", "backoff", "jitter", "timeout", "concurrency", "p-limit", "resilience", "async"],
"license": "MIT"
}