UNPKG

fluture-retry

Version:

Toolset for retrying potentially failing computations

58 lines (57 loc) 1.3 kB
{ "name": "fluture-retry", "version": "3.1.0", "description": "Toolset for retrying potentially failing computations", "keywords": [ "fluture", "retry", "async", "asynchronous", "functional" ], "type": "module", "main": "./dist/umd.js", "module": "index.js", "types": "index.d.ts", "exports": { ".": { "import": "./index.js", "require": "./dist/umd.js" }, "./index.js": "./index.js" }, "scripts": { "build": "rollup -c rollup.config.js", "codecov": "codecov", "doctest": "sanctuary-doctest", "lint": "sanctuary-lint", "release": "sanctuary-release", "test": "npm run lint && sanctuary-test && npm run doctest" }, "files": [ "/dist", "/index.js", "/index.d.ts", "/LICENSE", "/package.json", "/README.md" ], "repository": { "type": "git", "url": "git://github.com/fluture-js/fluture-retry.git" }, "author": "Aldwin Vlasblom <aldwin@avaq.it> (https://github.com/Avaq)", "license": "MIT", "dependencies": {}, "peerDependencies": { "fluture": ">=12.0.0-beta.5 <15.0.0" }, "devDependencies": { "c8": "^7.1.0", "codecov": "^3.2.0", "fluture": "^14.0.0", "oletus": "^3.0.0", "rollup": "^2.0.0", "sanctuary-scripts": "^4.0.0" } }