UNPKG

@guilhermemj/insistent

Version:
41 lines (40 loc) 1.03 kB
{ "name": "@guilhermemj/insistent", "version": "0.1.2", "description": "A simple library to retry functions", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "tsc", "build:watch": "npm run build -- -w", "dev": "npm run build:watch", "lint": "eslint src", "lint:fix": "npm run lint -- --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:guilhermemj/insistent-ts.git" }, "keywords": [ "error", "retry", "retriable", "try-again" ], "author": "Guilherme Jacomini <guilhermem.j@hotmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/guilhermemj/insistent-ts/issues" }, "homepage": "https://github.com/guilhermemj/insistent-ts#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/parser": "^4.28.1", "eslint": "^7.29.0", "typescript": "^4.3.5" } }