-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@ogma/platform-rabbitmq",
"version": "5.1.0",
"description": "A plugin for the OgmaInterceptor to properly handle microservice requests from amqp protocols",
"author": "Jay McDoniel <[email protected]>",
"homepage": "https://github.com/jmcdo29/ogma#readme",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmcdo29/ogma.git"
},
"bugs": {
"url": "https://github.com/jmcdo29/ogma/issues"
},
"peerDependencies": {
"@nestjs/microservices": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@ogma/nestjs-module": "workspace:^5.4.0",
"amqp-connection-manager": "^3.2.0 || ^4.0.0",
"amqplib": "^0.5.0 || ^0.8.0 || ^0.10.0"
},
"peerDependenciesMeta": {
"@nestjs/microservices": {
"optional": false
},
"@ogma/nestjs-module": {
"optional": false
},
"amqp-connection-manager": {
"optional": false
},
"amqplib": {
"optional": false
}
}
}