-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 806 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 806 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
36
{
"name": "zaek",
"version": "1.1.1",
"description": "Simplifies work with streaming RabbitMQ exchanges and queues.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/eCollect/zaek"
},
"scripts": {
"test": "nyc mocha ./tests/integration",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.7",
"eslint": "^6.5.1",
"eslint-config-ecollect-base": "^0.1.2",
"eslint-plugin-import": "^2.18.2",
"mocha": "^10.2.0",
"nyc": "^14.1.1"
},
"author": "eCollect AG",
"contributors": [
{
"name": "Dimitar Nanov",
"email": "dimitar@nanov.io",
"url": "https://nanov.io"
}
],
"license": "MIT",
"dependencies": {
"amqplib": "0.10.3"
}
}