{
  "name": "phin-retry",
  "version": "2.0.0",
  "description": "The ultra-lightweight Node.js HTTP client",
  "main": "src/index.js",
  "files": [
    "/src"
  ],
  "scripts": {
    "test": "uvu tests",
    "coverage": "c8 --include=src npm test && c8 report --reporter=text-lcov > coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ASaiAnudeep/phin-retry.git"
  },
  "keywords": [
    "phin",
    "http",
    "https",
    "request",
    "request-promise",
    "ajax",
    "url",
    "uri",
    "fetch",
    "retry",
    "delay"
  ],
  "author": "Anudeep <asa.anudeep4@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ASaiAnudeep/phin-retry/issues"
  },
  "homepage": "https://github.com/ASaiAnudeep/phin-retry#readme",
  "dependencies": {
    "phinx": "1.1.0"
  },
  "engines": {
    "node": ">=8"
  },
  "devDependencies": {
    "c8": "^7.2.1",
    "pactum": "^2.0.7",
    "uvu": "^0.3.1"
  }
}
