tachybase_todo/packages/plugins/@tachybase/plugin-adapter-bullmq/package.json
sealday c85a0f1677 chore(version): release v0.22.5 (#1575)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1575
2024-09-27 13:44:26 +08:00

16 lines
372 B
JSON

{
"name": "@tachybase/plugin-adapter-bullmq",
"version": "0.22.5",
"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:*"
}
}