-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 907 Bytes
/
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
{
"name": "moleculer-rabbitmq",
"version": "1.2.0",
"description": "Moleculer RabbitMQ queue plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taina0407/moleculer-rabbitmq.git"
},
"keywords": [
"moleculer",
"rabbitmq",
"amqp",
"amqplib"
],
"author": "taina0407",
"license": "MIT",
"bugs": {
"url": "https://github.com/taina0407/moleculer-rabbitmq/issues"
},
"homepage": "https://github.com/taina0407/moleculer-rabbitmq#readme",
"devDependencies": {
"eslint": "^7.22.0",
"moleculer": "^0.14.0",
"moleculer-repl": "^0.6.4"
},
"dependencies": {
"amqplib": "^0.9.1",
"deep-get-set": "^1.1.1",
"lodash.defaultsdeep": "^4.6.1"
},
"peerDependencies": {
"moleculer": "^0.12.0 || ^0.13.0 || ^0.14.0"
}
}