UNPKG

node-fetch-retry

Version:
34 lines (33 loc) 789 B
{ "name": "node-fetch-retry", "version": "2.0.1", "description": "Retry library for node-fetch", "scripts": { "test": "mocha ./test --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/greatjapa/node-fetch-retry.git" }, "bugs": { "url": "https://github.com/greatjapa/node-fetch-retry/issues" }, "homepage": "https://github.com/greatjapa/node-fetch-retry/blob/master/README.md", "keywords": [ "node", "fetch", "retry", "request", "microservice" ], "author": "greatjapa <greatjapa@gmail.com (https://github.com/greatjapa)", "license": "MIT", "devDependencies": { "mocha": "^9.0.3", "should": "^13.2.3", "timeout-signal": "^1.1.0" }, "dependencies": { "node-fetch": "^3.0.0" } }