{
  "name": "@bull-board/api",
  "version": "6.10.1",
  "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/src/index.js",
  "files": [
    "dist",
    "*Adapter.*"
  ],
  "scripts": {
    "build": "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.53.2",
    "ioredis": "^5.6.1",
    "supertest": "^7.1.1"
  },
  "peerDependencies": {
    "@bull-board/ui": "6.10.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
