{
  "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"
  }
}
