{
  "name": "@condenast/seawasp-bull-queue",
  "version": "1.1.1",
  "description": "Seawasp Bull queue component package",
  "keywords": [
    "loopback-extension",
    "loopback"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": "16 || 17 || 18"
  },
  "scripts": {
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "lint": "npm run eslint && npm run prettier:check",
    "lint:fix": "npm run eslint:fix && npm run prettier:fix",
    "prettier:cli": "lb-prettier \"**/*.ts\" \"**/*.js\"",
    "prettier:check": "npm run prettier:cli -- -l",
    "prettier:fix": "npm run prettier:cli -- --write",
    "eslint": "lb-eslint --report-unused-disable-directives .",
    "eslint:fix": "npm run eslint -- --fix",
    "pretest": "npm run rebuild",
    "test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
    "posttest": "npm run lint",
    "link": "npm link",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
    "clean": "lb-clean dist *.tsbuildinfo .eslintcache",
    "rebuild": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CondeNast/Seawasp-monorepo.git"
  },
  "author": "Commerce Team / Slack <#platform-support-affiliate>",
  "license": "",
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@loopback/core": "^4.0.3",
    "@loopback/repository": "^5.0.3",
    "@loopback/rest": "^12.0.2"
  },
  "dependencies": {
    "bull": "^4.10.1",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@loopback/build": "^9.0.4",
    "@loopback/eslint-config": "^13.0.4",
    "@loopback/testlab": "^5.0.4",
    "@types/bull": "^3.15.9",
    "@types/node": "^18.11.3"
  },
  "gitHead": "c570da663bf6cbfa048880bd37c2efae9ceaebd1"
}
