@bull-board/api
Version:
A Dashboard server API built on top of bull or bullmq.
48 lines (47 loc) • 939 B
JSON
{
"name": "@bull-board/api",
"version": "6.9.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.0.8"
},
"devDependencies": {
"@types/redis-info": "^3.0.0",
"@types/supertest": "^2.0.12",
"bull": "^4.16.5",
"bullmq": "^5.47.1",
"ioredis": "^5.6.0",
"supertest": "^7.1.0"
},
"peerDependencies": {
"@bull-board/ui": "6.9.1"
},
"publishConfig": {
"access": "public"
}
}