{
  "name": "plimit-lit",
  "description": "This package is a helper to run multiple promise-returning & async functions with limited concurrency.",
  "version": "3.4.0",
  "author": "Joel Voss <mail@joelvoss.com>",
  "license": "MIT",
  "homepage": "https://github.com/joelvoss/plimit-lit",
  "bugs": {
    "url": "https://github.com/joelvoss/plimit-lit/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joelvoss/plimit-lit.git"
  },
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "source": "./src/index.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "scripts": {
    "test": "./Taskfile.sh test",
    "prepublishOnly": "./Taskfile.sh build"
  },
  "devDependencies": {
    "@types/node": "26.0.1",
    "oxfmt": "0.56.0",
    "oxlint": "1.71.0",
    "typescript": "6.0.3",
    "vite": "8.1.0",
    "vite-plugin-bundle-dts": "0.4.0",
    "vitest": "4.1.9"
  },
  "dependencies": {
    "queue-lit": "3.3.0"
  }
}
