UNPKG

smart-retry-system

Version:

A smart retry mechanism for handling API failures with customizable strategies

29 lines (28 loc) 734 B
{ "name": "smart-retry-system", "version": "0.0.1", "description": "A smart retry mechanism for handling API failures with customizable strategies", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sharma-10-personal/smart-retry-system.git" }, "keywords": [ "retry", "api", "smart-retry", "retry-mechanism" ], "author": "Sharma S S", "license": "ISC", "bugs": { "url": "https://github.com/sharma-10-personal/smart-retry-system/issues" }, "homepage": "https://github.com/sharma-10-personal/smart-retry-system#readme", "dependencies": { "axios": "^1.7.9" } }