{
  "$schema": "https://json.schemastore.org/package",
  "name": "poolifier",
  "version": "5.1.0",
  "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
  "license": "MIT",
  "type": "module",
  "main": "./lib/index.cjs",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.cjs",
      "import": "./lib/index.mjs"
    }
  },
  "publishConfig": {
    "directory": "package"
  },
  "engines": {
    "node": ">=20.11.0",
    "pnpm": ">=9.0.0"
  },
  "volta": {
    "node": "22.17.0",
    "pnpm": "10.13.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/poolifier/poolifier.git"
  },
  "keywords": [
    "nodejs",
    "worker pool",
    "thread pool",
    "worker_threads",
    "cluster",
    "concurrency",
    "performance",
    "cpu",
    "computing",
    "scheduling",
    "parallelism",
    "eventloop"
  ],
  "author": {
    "name": "Alessandro Pio Ardizio",
    "email": "alessandroardizio94@gmail.com",
    "url": "https://github.com/pioardi"
  },
  "contributors": [
    {
      "name": "Christopher Quadflieg",
      "email": "chrissi92@hotmail.de",
      "url": "https://github.com/Shinigami92"
    },
    {
      "name": "Jérôme Benoit",
      "email": "jerome.benoit@piment-noir.org",
      "url": "https://github.com/jerome-benoit"
    }
  ],
  "funding": [
    {
      "type": "opencollective",
      "url": "https://opencollective.com/poolifier"
    },
    {
      "type": "github",
      "url": "https://github.com/sponsors/poolifier"
    }
  ],
  "bugs": {
    "url": "https://github.com/poolifier/poolifier/issues"
  },
  "homepage": "https://github.com/poolifier/poolifier#readme",
  "files": [
    "lib"
  ],
  "scripts": {}
}