tachybase_todo/packages/plugins/@tachybase/plugin-adapter-bullmq/package.json

16 lines
373 B
JSON
Raw Normal View History

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