{
  "name": "@mqueue/fastq",
  "version": "1.0.2",
  "type": "module",
  "description": "MQueue adapter for fastq",
  "author": "Dom Webber <dom.webber@hotmail.com>",
  "contributors": [
    "Dom Webber <dom.webber@hotmail.com>"
  ],
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "queue",
    "mqueue",
    "fastq"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/domwebber/mqueue.git",
    "directory": "packages/fastq"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "peerDependencies": {
    "@mqueue/queue": "1.0.2"
  },
  "devDependencies": {
    "@mqueue/queue": "1.0.2"
  },
  "dependencies": {
    "fastq": "^1.19.1"
  },
  "scripts": {
    "test": "node --import tsx --test --test-reporter=spec tests/**/*.test.ts tests/*.test.ts"
  }
}