UNPKG

@bull-board/express

Version:

A Express.js server adapter for Bull-Board dashboard.

44 lines (43 loc) 876 B
{ "name": "@bull-board/express", "version": "6.20.6", "description": "A Express.js server adapter for Bull-Board dashboard.", "keywords": [ "bull", "bullmq", "redis", "express", "adapter", "queue", "monitoring", "dashboard" ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git", "directory": "packages/express" }, "license": "MIT", "author": "felixmosh", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "yarn clean && tsc", "clean": "rm -rf dist" }, "dependencies": { "@bull-board/api": "6.20.6", "@bull-board/ui": "6.20.6", "ejs": "^3.1.10", "express": "^5.2.1" }, "devDependencies": { "@types/ejs": "^3.1.5", "@types/express": "^4.17.21 || ^5.0.0" }, "publishConfig": { "access": "public" } }