{
  "name": "hyperpool",
  "version": "1.5.0",
  "description": "Library for building hierarchical pools with different loadbalancing and ratelimiting strategies",
  "homepage": "https://github.com/SkeLLLa/hyperpool#readme",
  "bugs": {
    "url": "https://github.com/SkeLLLa/hyperpool/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SkeLLLa/hyperpool.git"
  },
  "license": "MIT",
  "author": "m03geek",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "pnpm run build:node && pnpm run build:copy",
    "build:clean": "rm -rf dist",
    "build:copy": "exit 0",
    "build:node": "tsc -p tsconfig.prod.json",
    "lint": "pnpm run lint:types && pnpm run lint:codestyle && pnpm run lint:packages",
    "lint:codestyle": "eslint . --ext js,jsx,ts,tsx",
    "lint:packages": "pnpm audit --prod --audit-level=high",
    "lint:types": "tsc -p tsconfig.json",
    "release": "semantic-release",
    "test": "pnpm run build && pnpm run lint && pnpm run test:unit",
    "test:unit": "jest --passWithNoTests"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.2",
    "@commitlint/config-conventional": "^17.4.2",
    "@jest/globals": "^29.3.1",
    "@jest/types": "^29.3.1",
    "@semantic-release/changelog": "^6.0.2",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.7",
    "@semantic-release/npm": "^9.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@trivago/prettier-plugin-sort-imports": "^4.0.0",
    "@tsconfig/node18-strictest": "^1.0.0",
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "@vue/compiler-sfc": "^3.2.45",
    "conventional-changelog-conventionalcommits": "^5.0.0",
    "eslint": "^8.31.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-import": "^2.27.4",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-security": "^1.6.0",
    "eslint-plugin-simple-import-sort": "^8.0.0",
    "jest": "^29.3.1",
    "jest-junit": "^15.0.0",
    "jest-mock": "^29.3.1",
    "p-defer": "=3.0.0",
    "pino-pretty": "^9.1.1",
    "prettier": "^2.8.2",
    "prettier-plugin-packagejson": "^2.3.0",
    "pretty-quick": "^3.1.3",
    "semantic-release": "^20.0.2",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4"
  },
  "engines": {
    "node": ">=18",
    "pnpm": ">=8"
  },
  "pnpm": {
    "updateConfig": {
      "ignoreDependencies": [
        "p-defer"
      ]
    }
  }
}
