{
  "name": "concurrent-tasks",
  "version": "3.0.3",
  "description": "A simple task runner which will run tasks concurrently while maintaining limits.",
  "author": "Samrith Shankar",
  "license": "MIT",
  "homepage": "https://concurrent-tasks.samrith.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/samrith-s/concurrent-tasks.git"
  },
  "bugs": {
    "url": "https://github.com/samrith-s/concurrent-tasks/issues/new/choose"
  },
  "main": "lib/cjs/index.js",
  "module": "lib/es/index.js",
  "types": "lib/dts/src/index.d.ts",
  "source": "src/index.ts",
  "react-native": "src/index.ts",
  "files": [
    "lib",
    "LICENSE",
    "README",
    "src",
    "!src/__tests__"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "concurrent",
    "tasks",
    "processes",
    "threads",
    "tasks",
    "task",
    "worker",
    "process",
    "run",
    "concurrent tasks",
    "react concurrent task",
    "priority",
    "queue",
    "priority queue",
    "fifo",
    "scheduler",
    "schedule task"
  ],
  "packageManager": "yarn@4.9.4"
}
