tachybase_todo/packages/plugins/@tachybase/plugin-adapter-bullmq/package.json
sealday 7c4ed4f369 chore(version): release v0.21.79 (#1390)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1390
2024-07-25 17:42:12 +08:00

16 lines
373 B
JSON

{
"name": "@tachybase/plugin-adapter-bullmq",
"version": "0.21.78",
"main": "dist/server/index.js",
"devDependencies": {
"@bull-board/api": "^5.21.1",
"@bull-board/koa": "^5.21.1",
"bullmq": "^5.10.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}