{
    "name": "basic-cluster",
    "version": "4.0.1",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "/dist"
    ],
    "dependencies": {
        "exponential-backoff": "^3.1.1"
    },
    "devDependencies": {
        "@commitlint/cli": "^19.3.0",
        "@commitlint/config-angular": "^19.3.0",
        "@commitlint/prompt-cli": "^19.3.1",
        "@types/jest": "^29.5.11",
        "husky": "^9.1.2",
        "jest": "^29.7.0",
        "prettier": "^3.1.0",
        "semantic-release": "^24.0.0",
        "ts-jest": "^29.1.1",
        "ts-node": "^10.9.1",
        "typescript": "^5.3.3"
    },
    "scripts": {
        "build": "tsc",
        "test": "jest --coverage",
        "format": "prettier --write src",
        "check-format": "prettier --check src",
        "prepare": "husky install",
        "commit": "commit"
    },
    "keywords": [
        "lib",
        "cluster",
        "async",
        "parallel"
    ],
    "author": "Tiago Grosso <tiagogrosso99@gmail.com>",
    "license": "MIT",
    "description": "Run multiple async tasks in parallel",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TiagoGrosso/ts-basic-cluster.git"
    },
    "bugs": {
        "url": "https://github.com/TiagoGrosso/ts-basic-cluster/issues"
    },
    "homepage": "https://github.com/TiagoGrosso/ts-basic-cluster#readme"
}
