{
  "name": "@bull-board/koa",
  "version": "8.0.1",
  "description": "A Koa.js server adapter for Bull-Board dashboard.",
  "keywords": [
    "bull",
    "bullmq",
    "redis",
    "koa",
    "adapter",
    "queue",
    "monitoring",
    "dashboard"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixmosh/bull-board.git",
    "directory": "packages/koa"
  },
  "license": "MIT",
  "author": "felixmosh",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn clean && tsc",
    "clean": "rm -rf dist",
    "test": "jest"
  },
  "dependencies": {
    "@bull-board/api": "8.0.1",
    "@bull-board/ui": "8.0.1",
    "@koa/bodyparser": "^6.1.0",
    "@koa/router": "^15.6.0",
    "@ladjs/koa-views": "^9.0.0",
    "ejs": "^6.0.1",
    "koa": "^3.2.1",
    "koa-mount": "^4.2.0",
    "koa-static": "^5.0.0"
  },
  "devDependencies": {
    "@bull-board/test-utils": "8.0.1",
    "@types/koa": "^3.0.3",
    "@types/koa-mount": "^4.0.5",
    "@types/koa-static": "^4.0.4",
    "@types/koa-views": "^7.0.0",
    "@types/supertest": "^6.0.2",
    "bullmq": "^5.0.0",
    "jest": "^30.3.0",
    "supertest": "^7.0.0",
    "ts-jest": "^29.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
