tiny-retry
Version:
Lightweight function to retry an async job until the job success or stop after a maximum number of tries
34 lines (33 loc) • 857 B
JSON
{
"name": "tiny-retry",
"version": "1.6.5",
"description": "Lightweight function to retry an async job until the job success or stop after a maximum number of tries",
"main": "dist/retry.js",
"scripts": {
"build": "webpack --mode production",
"prepublish": "npm run build",
"test": "node ./src/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hta218/tiny-retry.git"
},
"keywords": [
"retry",
"tiny-module",
"tiny-retry",
"pure-js"
],
"author": "Leo Huynh @ https://leohuynh.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/hta218/tiny-retry/issues"
},
"homepage": "https://github.com/hta218/tiny-retry#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"babel-loader": "^8.2.2",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
}
}