retry-utils
Version:
retry-utils is a lightweight and intuitive module that provides a simple yet powerful retry mechanism for your applications.
39 lines (38 loc) • 872 B
JSON
{
"name": "retry-utils",
"version": "0.0.2",
"description": "retry-utils is a lightweight and intuitive module that provides a simple yet powerful retry mechanism for your applications.",
"main": "lib/index.js",
"author": "YehyaUmar <yehyaumar@gmail.com>",
"repository": "https://github.com/yehyaumar/retry-utils",
"website": "https://github.com/yehyaumar/retry-utils",
"scripts": {
"prebuild": "rimraf lib",
"watch": "tsc --watch",
"build": "tsc",
"test": "",
"test-coverage": ""
},
"keywords": [
"typescript",
"javascript",
"retry",
"repeat",
"replay",
"retry-async",
"delay",
"node"
],
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"package.json",
"README.md",
"LICENSE"
],
"license": "ISC",
"devDependencies": {
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
}
}