retryable-operation
Version:
a simple package that allow executing retryable operation and providing retry options
26 lines (25 loc) • 574 B
JSON
{
"name": "retryable-operation",
"version": "0.0.7",
"description": "a simple package that allow executing retryable operation and providing retry options",
"main": "build/index.js",
"scripts": {
"clean": "rimraf build",
"build": "npm run clean && tsc",
"prepublish": "npm run build",
"dev": "ts-node src/index.ts"
},
"keywords": [
"retry",
"retryable"
],
"author": "Abd Allah Zidan",
"license": "ISC",
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
},
"dependencies": {
"tslib": "^2.4.0"
}
}