{
  "name": "simple-in-memory-queue",
  "author": "ehmpathy",
  "description": "A simple in-memory queue, for nodejs and the browser, with consumers for common usecases.",
  "version": "1.2.1",
  "repository": "ehmpathy/simple-in-memory-queue",
  "homepage": "https://github.com/ehmpathy/simple-in-memory-queue",
  "keywords": [
    "queue",
    "memory",
    "in-memory",
    "browser",
    "browser queue",
    "nodejs",
    "nodejs queue",
    "simple",
    "simple queue",
    "batch",
    "debounce",
    "network",
    "retry",
    "resilient"
  ],
  "bugs": "https://github.com/ehmpathy/simple-in-memory-queue/issues",
  "packageManager": "pnpm@10.24.0",
  "license": "MIT",
  "main": "dist/index.js",
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "build:ts": "tsc -p ./tsconfig.build.json",
    "commit:with-cli": "npx cz",
    "fix:format:biome": "biome check --write",
    "fix:format:prettier": "prettier --write '**/*.ts' --config ./prettier.config.js",
    "fix:format:terraform": "echo 'terraform not used'",
    "fix:format": "npm run fix:format:biome",
    "fix:lint": "biome check --write",
    "fix": "npm run fix:format && npm run fix:lint",
    "build:clean:bun": "rm -f ./bin/*.bc",
    "build:clean:tsc": "(chmod -R u+w dist 2>/dev/null || true) && rm -rf dist/",
    "build:clean": "npm run build:clean:tsc && npm run build:clean:bun",
    "build:compile:tsc": "tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
    "build:compile": "npm run build:compile:tsc && npm run build:compile:bun --if-present",
    "build": "npm run build:clean && npm run build:compile && npm run build:complete --if-present",
    "test:commits": "LAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose",
    "test:types": "tsc -p ./tsconfig.json --noEmit",
    "test:format:prettier": "prettier --parser typescript --check 'src/**/*.ts' --config ./prettier.config.js",
    "test:format:terraform": "echo 'terraform not used'",
    "test:format:biome": "biome format",
    "test:format": "npm run test:format:biome",
    "test:lint:deps": "npx depcheck -c ./.depcheckrc.yml",
    "test:lint:biome": "biome check --diagnostic-level=error",
    "test:lint:biome:all": "biome check",
    "test:lint": "npm run test:lint:biome && npm run test:lint:cycles && npm run test:lint:deps",
    "test:unit": "set -eu && jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -n \"${CI:-}\" ] && echo '--ci') $([ \"${THOROUGH:-}\" != \"true\" ] && echo '--changedSince=main') $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "test:integration": "set -eu && jest -c ./jest.integration.config.ts --forceExit --verbose --passWithNoTests $([ -n \"${CI:-}\" ] && echo '--ci') $([ \"${THOROUGH:-}\" != \"true\" ] && echo '--changedSince=main') $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "test:acceptance:locally": "set -eu && npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "test": "set -eu && npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally",
    "test:acceptance": "set -eu && npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n \"${CI:-}\" ] && echo '--ci') $([ \"${RESNAP:-}\" = \"true\" ] && echo '--updateSnapshot')",
    "prepush": "npm run test && npm run build",
    "prepublish": "npm run build",
    "preversion": "npm run prepush",
    "postversion": "git push origin HEAD --tags --no-verify",
    "prepare:husky": "husky install && chmod ug+x .husky/*",
    "test:lint:cycles": "dpdm --no-warning --no-tree --transform --exit-code circular:1 --exclude \"$(yq -r '.exclude | join(\"|\") // \"^$\"' .dpdmrc.yaml)\" 'src/**/!(*.test).ts'",
    "prepare:rhachet": "rhachet init --keys --hooks --roles mechanic behaver driver reviewer librarian ergonomist architect dispatcher",
    "prepare": "if [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fi",
    "upgrade:rhachet": "rhachet upgrade"
  },
  "dependencies": {
    "domain-objects": "0.31.13",
    "event-stream-pubsub": "0.1.3",
    "helpful-errors": "1.7.3",
    "simple-in-memory-cache": "0.4.3",
    "type-fns": "1.21.3",
    "uuid": "9.0.0",
    "with-simple-cache": "0.16.2"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.8",
    "@commitlint/cli": "19.5.0",
    "@commitlint/config-conventional": "19.5.0",
    "@jest/globals": "30.2.0",
    "@swc/core": "1.15.3",
    "@swc/jest": "0.2.39",
    "@tsconfig/node20": "20.1.5",
    "@tsconfig/strictest": "2.0.5",
    "@types/jest": "30.0.0",
    "@types/node": "22.15.21",
    "@types/uuid": "9.0.0",
    "cz-conventional-changelog": "3.3.0",
    "declapract": "0.13.27",
    "declapract-typescript-ehmpathy": "0.48.3",
    "declastruct": "1.9.1",
    "declastruct-github": "1.4.0",
    "depcheck": "1.4.3",
    "dpdm": "4.0.1",
    "esbuild-register": "3.6.0",
    "husky": "8.0.3",
    "jest": "30.2.0",
    "prettier": "2.8.1",
    "rhachet": "1.41.21",
    "rhachet-brains-anthropic": "0.4.1",
    "rhachet-brains-fireworksai": "0.1.2",
    "rhachet-brains-xai": "0.3.3",
    "rhachet-roles-bhrain": "0.29.2",
    "rhachet-roles-bhuild": "0.21.16",
    "rhachet-roles-ehmpathy": "1.35.16",
    "rhachet-roles-rhachet": "0.1.7",
    "test-fns": "1.15.8",
    "tsc-alias": "1.8.10",
    "tsx": "4.20.6",
    "typescript": "5.4.5",
    "uuid": "^3.3.3",
    "yalc": "1.0.0-pre.53"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
