@chinmay20409/nest-js-bull-helper
Version:
A simple NestJS BullMQ logger helper to push logs to a Redis queue
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "@chinmay20409/nest-js-bull-helper",
"version": "1.0.9",
"description": "A simple NestJS BullMQ logger helper to push logs to a Redis queue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ChinmayKuJena/nest-js-bull-helper.git"
},
"keywords": [
"nestjs",
"bullmq",
"logger",
"queue",
"redis",
"log-consumer",
"log-queue",
"custom-logger",
"nest-bull",
"nest-logger"
],
"author": "Chinmay20409",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@chinmay20409/nest-js-bull-helper": "file:",
"@nestjs/bullmq": "^11.0.2",
"@nestjs/common": "^11.1.2",
"bullmq": "^5.53.1",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/node": "^22.15.29",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}