Files
omnivore/pkg/bull-queue-admin/package.json
2024-01-16 21:25:34 +08:00

21 lines
540 B
JSON

{
"name": "queue-admin",
"version": "1.0.0",
"description": "Custom version of bull-board for adm",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@bull-board/express": "^3.10.4",
"body-parser": "^1.20.0",
"bullmq": "^4.6.0",
"connect-ensure-login": "^0.1.1",
"express": "^4.17.3",
"express-session": "^1.17.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"read-yaml-file": "^2.1.0"
}
}