{
  "name": "keuss",
  "version": "2.2.4",
  "keywords": [
    "queue",
    "persistent",
    "job",
    "mongodb",
    "postgres",
    "postgresql",
    "redis",
    "HA",
    "pipeline",
    "bucket"
  ],
  "homepage": "https://pepmartinez.codeberg.page/keuss/",
  "bugs": {
    "url": "https://codeberg.org/pepmartinez/keuss/issues",
    "email": "pep.martinez@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/pepmartinez/keuss.git"
  },
  "author": {
    "name": "Jose Luis Martinez Juan",
    "email": "pep.martinez@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "async": "~3.2.6",
    "async-lock": "~1.4.1",
    "debug": "~4.3.6",
    "ioredis": "~5.4.1",
    "lodash": "~4.18.1",
    "mitt": "~3.0.1",
    "mongodb": "^6.0.0",
    "uuid": "14.0.1",
    "pg": "~8.22.0"
  },
  "devDependencies": {
    "chance": "~1.1.13",
    "mocha": "~11.8.0",
    "should": "~13.2.3",
    "nyc": "~18.0.0"
  },
  "scripts": {
    "test": "docker compose up -d; sleep 5; mocha --reporter spec --check-leaks --no-timeouts --exit test/ ; docker compose down",
    "test-with-coverage": "docker compose up -d; sleep 5; nyc --reporter=html -- mocha --reporter spec --check-leaks --no-timeouts --exit ; test/docker compose down"
  }
}
