redo.js
Version:
A simple but powerful library for your retrying operations.
29 lines • 566 B
JSON
{
"name": "redo.js",
"version": "1.0.2",
"description": "A simple but powerful library for your retrying operations.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"redo.js",
"redo",
"reattempt",
"retry",
"retry.js",
"js",
"retryoperation"
],
"author": "Navdeep Mishra",
"license": "MIT",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}