@bull-board/express
Version:
A Express.js server adapter for Bull-Board dashboard.
44 lines (43 loc) • 870 B
JSON
{
"name": "@bull-board/express",
"version": "6.9.1",
"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": "tsc",
"clean": "rm -rf dist"
},
"dependencies": {
"@bull-board/api": "6.9.1",
"@bull-board/ui": "6.9.1",
"ejs": "^3.1.10",
"express": "^4.21.1 || ^5.0.0"
},
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.21 || ^5.0.0"
},
"publishConfig": {
"access": "public"
}
}