{
  "name": "bullmq-dashboard-runnable",
  "version": "0.0.7",
  "description": "Run bull-board with one command",
  "bin": "index.js",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "keywords": [],
  "author": "Pavel Voronin",
  "license": "ISC",
  "dependencies": {
    "@bull-board/express": "4.10.1",
    "bullmq": "^3.5.5",
    "commander": "^9.4.1",
    "express": "^4.18.1"
  },
  "repository": "github:pavel-voronin/bullmq-dashboard-runnable"
}