@tsed/bullmq
Version:
BullMQ integration for Ts.ED
55 lines • 1.45 kB
JSON
{
"name": "@tsed/bullmq",
"description": "BullMQ integration for Ts.ED",
"type": "module",
"version": "8.25.4",
"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.25.4",
"@tsed/core": "8.25.4",
"@tsed/di": "8.25.4",
"@tsed/platform-http": "8.25.4",
"@tsed/schema": "8.25.4",
"@tsed/typescript": "8.25.4",
"bullmq": "^4.12.3 || ^5.1.1",
"eslint": "9.12.0",
"ts-mockito": "^2.6.1",
"typescript": "5.9.3",
"vitest": "3.2.4"
},
"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"
}