1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37{
"name": "bull-board-gui",
"version": "1.1.0",
"description": "A GUI based on Express for Bull-board",
"main": "cli.js",
"repository": {
"type": "git",
"url": "https://github.com/spawnrider/bull-board-gui.git"
},
"scripts": {
"start": "node cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"bull-board-gui": "cli.js"
},
"keywords": [
"bull-board",
"redis",
"queue",
"cli",
"gui",
"bull"
],
"author": "Yohann Ciurlik",
"license": "MIT",
"dependencies": {
"@bull-board/api": "^5.8.4",
"@bull-board/express": "^5.8.4",
"@bull-board/ui": "^5.8.4",
"bull": "^4.11.3",
"bull-board": "^2.1.3",
"bullmq": "^4.12.0",
"express": "^4.18.2"
}
}