omnivore/pkg/bull-queue-admin/package.json

22 lines
564 B
JSON
Raw Normal View History

2024-01-12 03:28:15 +00:00
{
"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": {
2024-01-24 01:42:18 +00:00
"@bull-board/express": "^5.9.0",
2024-01-15 09:33:57 +00:00
"body-parser": "^1.20.2",
2024-01-12 03:28:15 +00:00
"bullmq": "^4.6.0",
"connect-ensure-login": "^0.1.1",
"express": "^4.17.3",
"express-session": "^1.17.2",
2024-01-12 06:21:07 +00:00
"ioredis": "^5.3.2",
2024-01-12 03:28:15 +00:00
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"read-yaml-file": "^2.1.0"
}
2024-01-15 09:33:57 +00:00
}