UNPKG

async-retry-decorator

Version:

Typescript decorator to use the library async-retry

44 lines (43 loc) 1.21 kB
{ "name": "async-retry-decorator", "version": "1.10.1", "description": "Typescript decorator to use the library async-retry", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start": "npm run build:live", "build": "rm -rf lib/ && tsc -p tsconfig.build.json", "lint": "eslint --ext .ts,.js .", "test": "jest --coverage --colors", "prepare": "yarn build && husky install" }, "homepage": "https://github.com/Nehorim/async-retry-decorator", "keywords": [ "async-retry", "retry", "decorator", "typescript" ], "author": "Nehorim", "license": "ISC", "devDependencies": { "@types/async-retry": "^1.4.3", "@types/jest": "^27.0.2", "@types/node": "^16.9.6", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.2", "jest": "^27.2.1", "prettier": "^2.4.1", "ts-jest": "^27.0.5", "typescript": "^4.4.3" }, "dependencies": { "async-retry": "^1.3.3" } }