{
  "name": "@bull-board/api",
  "version": "7.0.0",
  "description": "A Dashboard server API built on top of bull or bullmq.",
  "keywords": [
    "bull",
    "bullmq",
    "redis",
    "queue",
    "monitoring",
    "dashboard"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixmosh/bull-board.git",
    "directory": "packages/api"
  },
  "license": "MIT",
  "author": "felixmosh",
  "main": "dist/index.js",
  "files": [
    "dist",
    "typings",
    "*Adapter.*"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./dist/*": "./dist/*",
    "./typings/*": "./typings/*.d.ts",
    "./bullMQAdapter": "./bullMQAdapter.js",
    "./bullAdapter": "./bullAdapter.js",
    "./baseAdapter": "./baseAdapter.d.ts",
    "./constants/statuses": "./dist/constants/statuses.js"
  },
  "scripts": {
    "build": "yarn clean && tsc",
    "clean": "rm -rf dist",
    "test": "jest"
  },
  "dependencies": {
    "redis-info": "^3.1.0"
  },
  "devDependencies": {
    "@types/redis-info": "^3.0.3",
    "@types/supertest": "^2.0.16",
    "bull": "^4.16.5",
    "bullmq": "^5.73.5",
    "ioredis": "^5.10.1",
    "jest": "^30.3.0",
    "supertest": "^7.2.2"
  },
  "peerDependencies": {
    "@bull-board/ui": "7.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
