-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 809 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 809 Bytes
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
{
"name": "@webinmove/sungura",
"version": "1.3.0",
"description": "Node.js client to build workers with PUB/SUB pattern and rabbitMQ",
"main": "lib/sungura.js",
"scripts": {
"format": "semistandard --fix",
"test:lint": "semistandard --verbose | snazzy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webinmove/sungura.git"
},
"keywords": [
"rabbitmq",
"pubsub",
"topic",
"pub",
"sub",
"topics"
],
"author": "Louis Borsu <sat@satprod.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webinmove/sungura/issues"
},
"homepage": "https://github.com/webinmove/sungura#readme",
"dependencies": {
"amqplib": "^0.10.3"
},
"devDependencies": {
"semistandard": "^16.0.1",
"snazzy": "^9.0.0"
}
}