UNPKG

@tsed/bullmq

Version:
55 lines 1.44 kB
{ "name": "@tsed/bullmq", "description": "BullMQ integration for Ts.ED", "type": "module", "version": "8.7.1", "keywords": [ "Ts.ED", "BullMQ" ], "source": "./src/index.ts", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js", "typings": "./lib/types/index.d.ts", "exports": { ".": { "tsed-source": "./src/index.ts", "types": "./lib/types/index.d.ts", "import": "./lib/esm/index.js", "default": "./lib/esm/index.js" } }, "scripts": { "build": "yarn barrels && yarn build:ts", "barrels": "barrels", "test": "vitest run", "build:ts": "tsc --build tsconfig.esm.json", "test:ci": "vitest run --coverage.thresholds.autoUpdate=true" }, "dependencies": { "tslib": "2.7.0" }, "devDependencies": { "@tsed/barrels": "8.7.1", "@tsed/core": "8.7.1", "@tsed/di": "8.7.1", "@tsed/platform-http": "8.7.1", "@tsed/schema": "8.7.1", "@tsed/typescript": "8.7.1", "bullmq": "^4.12.3 || ^5.1.1", "eslint": "9.12.0", "ts-mockito": "^2.6.1", "typescript": "5.4.5", "vitest": "3.0.9" }, "peerDependencies": { "bullmq": "^4.12.3 || ^5.1.1" }, "repository": "https://github.com/tsedio/tsed", "bugs": { "url": "https://github.com/tsedio/tsed/issues" }, "homepage": "https://github.com/tsedio/tsed/tree/production/packages/third-parties/bullmq", "author": "Romain Lenzotti", "license": "MIT" }