Reference
Generated from package metadata by
bun run docs:sync. Re-run the command to refresh this page.
Package Facts
Section titled “Package Facts”- Package:
@lastshotlabs/slingshot-bullmq - Version:
0.2.2 - Kind: Workspace package
- Role: feature package
- Description: Durable BullMQ-backed event bus adapter for Slingshot
- Workspace path:
packages/slingshot-bullmq - Entry point:
packages/slingshot-bullmq/src/index.ts
Install
Section titled “Install”bun add @lastshotlabs/slingshot-bullmqExport Paths
Section titled “Export Paths”../errors./testing
Package Scripts
Section titled “Package Scripts”bench:bun run tests/bench/emit-throughput.bench.tsbuild:tsc -p tsconfig.build.jsoncoverage:bun test --coveragelint:eslint src/ --cachetest:bun testtest:integration:bun test tests/integrationtest:redis:cd ../.. && BULLMQ_INTEGRATION_REDIS_URL=redis://localhost:6380 bun test tests/docker/bullmq-adapter-redis-integration.test.tstest:unit:bun test --ignore tests/integration --ignore tests/helperstypecheck:tsc --noEmit
Dependencies
Section titled “Dependencies”@lastshotlabs/slingshot-core:workspace:*
Peer Dependencies
Section titled “Peer Dependencies”bullmq:>=5 <6ioredis:>=5 <6zod:>=4.0 <5