promise-fn-retry
Version:
A simple retry to be used in integrations with NodeJS
49 lines (48 loc) • 1.34 kB
JSON
{
"name": "promise-fn-retry",
"version": "1.0.11",
"description": "A simple retry to be used in integrations with NodeJS",
"main": "lib/index.js",
"scripts": {
"build": "NODE_ENV=production babel src --out-dir lib",
"lint": "eslint .",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felippemauriciov/promise-fn-retry.git"
},
"keywords": [
"fetch",
"integration",
"node",
"request",
"retry",
"promise"
],
"author": {
"name": "Felippe Maurício",
"email": "felippemauriciov@gmail.com",
"url": "https://github.com/felippemauriciov"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/felippemauriciov/promise-fn-retry/issues"
},
"homepage": "https://github.com/felippemauriciov/promise-fn-retry#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-eslint": "^10.0.2",
"babel-jest": "^27.0.5",
"babel-plugin-add-module-exports": "^1.0.4",
"coveralls": "^3.1.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.5"
}
}