rxjs-retry-delay
Version:
RxJS retry pipeable operator with delay and max attempts strategy for RxJS >= 6
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "rxjs-retry-delay",
"version": "0.3.1",
"description": "RxJS retry pipeable operator with delay and max attempts strategy for RxJS >= 6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test:watch": "npm run test -- --watchAll",
"build": "tsc",
"prepublish": "npm test && npm run build",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filipows/rxjs-retry-delay.git"
},
"keywords": [
"rxjs",
"operator",
"retry",
"delay",
"strategy"
],
"author": "Chris Filipowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/filipows/rxjs-retry-delay/issues"
},
"homepage": "https://github.com/filipows/rxjs-retry-delay#readme",
"devDependencies": {
"@types/jest": "^24.0.11",
"jest": "^24.5.0",
"np": "^3.0.4",
"rxjs": "^6.4.0",
"ts-jest": "^24.0.0",
"typescript": "^3.3.4000"
},
"peerDependencies": {
"rxjs": "^6.0.0"
},
"jest": {
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "(\\.|/)(test)\\.(ts)$",
"moduleFileExtensions": [
"ts",
"js"
]
}
}