@team-supercharge/nest-amqp
Version:
AMQP 1.0 module for Nest framework
29 lines (28 loc) • 712 B
JSON
{
"name": "@team-supercharge/nest-amqp",
"version": "3.6.4",
"description": "AMQP 1.0 module for Nest framework",
"author": "Supercharge",
"license": "MIT",
"keywords": [
"amqp",
"queue",
"nest"
],
"repository": {
"type": "git",
"url": "https://github.com/team-supercharge/nest-amqp"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"rhea-promise": "3.0.3"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"class-transformer": "^0.3.0 || ^0.4.0 || ^0.5.1",
"class-validator": ">=0.13.2"
}
}