UNPKG

nest-queue-rabbit

Version:

The rabbitMQ queue package for your NestJS Applications.

51 lines (50 loc) 1.54 kB
{ "name": "nest-queue-rabbit", "version": "0.0.21", "description": "The rabbitMQ queue package for your NestJS Applications.", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "nestjs", "nestjs-queue", "nestjs-queueing", "nestjs-rabbit", "rabbit-mq" ], "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "format": "prettier --write \"**/*.ts\"", "lint": "eslint 'lib/**/*.ts' --fix", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prepublish:next": "npm run build", "publish:next": "npm publish --access public --tag next", "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand", "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch" }, "repository": { "type": "git", "url": "https://github.com/squareboat/nest-queue-rabbit.git" }, "author": "Piyush Chhabra", "license": "MIT", "bugs": { "url": "https://github.com/squareboat/nest-queue-rabbit/issues" }, "homepage": "https://github.com/squareboat/nest-queue-rabbit#readme", "dependencies": { "@squareboat/nest-queue-strategy": "0.0.9", "uuid": "^8.3.2", "amqplib": "^0.8.0" }, "peerDependencies": { "@nestjs/common": "^6.7.0 || ^7.0.0", "@nestjs/core": "^6.7.0 || ^7.0.0" }, "devDependencies": { "@types/node": "^14.14.16", "@types/uuid": "^8.3.0", "@types/amqplib": "^0.8.2", "typescript": "^4.1.3" } }