@creejs/commons-retrier
Version:
Common Utils About Task Retrying
62 lines (61 loc) • 1.5 kB
JSON
{
"name": "@creejs/commons-retrier",
"version": "2.1.9",
"description": "Common Utils About Task Retrying",
"keywords": [
"commons",
"creejs",
"retrier",
"retry",
"always",
"task",
"variable delay",
"variable interval"
],
"private": false,
"type": "module",
"files": [
"dist/",
"types/"
],
"types": "types/index.d.ts",
"main": "./dist/esm/index-min.js",
"exports": {
".": {
"import": {
"development": "./dist/esm/index-dev.js",
"production": "./dist/esm/index-min.js",
"default": "./dist/esm/index-min.js"
},
"require": {
"development": "./dist/cjs/index-dev.cjs",
"production": "./dist/cjs/index-min.cjs",
"default": "./dist/cjs/index-min.cjs"
},
"browser": {
"development": "./dist/umd/index-dev.js",
"production": "./dist/umd/index-min.js",
"default": "./dist/cjs/index-min.js"
}
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frameworkee/commons.git"
},
"scripts": {
"dts": "npx tsc",
"generate-docs": "../../node_modules/.bin/jsdoc -c ./jsdoc.json",
"clean": "rm -rf dist && rm -rf types",
"build": "npm run clean && npm run dts && rollup -c"
},
"author": "rodney.vin@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"@creejs/commons-events": "^2.1.6",
"@creejs/commons-lang": "^2.1.6"
}
}