@bull-board/api
Version:
A Dashboard server API built on top of bull or bullmq.
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "@bull-board/api",
"version": "6.12.6",
"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/index.js",
"files": [
"dist",
"typings",
"*Adapter.*"
],
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*",
"./typings/*": "./typings/*.d.ts",
"./bullMQAdapter": "./bullMQAdapter.js",
"./bullAdapter": "./bullAdapter.js",
"./constants/statuses": "./dist/constants/statuses.js"
},
"scripts": {
"build": "yarn clean && tsc",
"clean": "rm -rf dist",
"test": "jest"
},
"dependencies": {
"redis-info": "^3.1.0"
},
"devDependencies": {
"@types/redis-info": "^3.0.3",
"@types/supertest": "^2.0.16",
"bull": "^4.16.5",
"bullmq": "^5.53.2",
"ioredis": "^5.6.1",
"supertest": "^7.1.1"
},
"peerDependencies": {
"@bull-board/ui": "6.12.6"
},
"publishConfig": {
"access": "public"
}
}