{
  "type": "module",
  "name": "@hazae41/piscine",
  "version": "3.0.1",
  "description": "Create async pools with automatic retry",
  "homepage": "https://github.com/hazae41/piscine",
  "repository": "github:hazae41/piscine",
  "author": "hazae41",
  "license": "MIT",
  "main": "./dist/cjs/src/index.cjs",
  "module": "./dist/esm/src/index.mjs",
  "types": "./dist/types/index.d.ts",
  "sideEffects": false,
  "files": [
    "./dist/esm",
    "./dist/cjs",
    "./dist/types"
  ],
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "test": "node ./dist/test/index.test.mjs",
    "bench": "node ./dist/bench/index.bench.mjs",
    "prepare": "npm run build"
  },
  "dependencies": {
    "@hazae41/arrays": "^1.1.5",
    "@hazae41/box": "^2.3.4",
    "@hazae41/future": "^2.0.1",
    "@hazae41/mutex": "^2.1.0",
    "@hazae41/option": "^1.1.4",
    "@hazae41/plume": "^3.0.6",
    "@hazae41/result": "^1.3.2",
    "@hazae41/signals": "^1.0.2"
  },
  "devDependencies": {
    "@hazae41/deimos": "^1.0.6",
    "@hazae41/phobos": "^1.0.10",
    "@hazae41/rimraf": "^1.0.1",
    "@hazae41/symbol-dispose-polyfill": "^1.0.2",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^22.5.3",
    "rollup": "^4.21.2",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-node-externals": "^7.1.3",
    "tslib": "^2.7.0",
    "typescript": "^5.5.4"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/src/index.mjs",
      "require": "./dist/cjs/src/index.cjs"
    }
  },
  "keywords": [
    "piscine",
    "async",
    "pools",
    "websocket",
    "resources",
    "retry",
    "automatic",
    "typescript",
    "esmodules",
    "tested",
    "unit-tested"
  ]
}
