-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 901 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
39
40
41
42
{
"name": "winston-fast-rabbitmq",
"version": "2.2.0",
"description": "A RabbitMQ transport for Winston.",
"main": "lib/winston-fast-rabbitmq.js",
"types": "typings/winston-fast-rabbitmq.d.ts",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/TBear79/winston-fast-rabbitmq"
},
"keywords": [
"winston",
"rabbitmq",
"amqp",
"amqplib",
"logging",
"winston transport",
"transport",
"error",
"error handling",
"errorhandler"
],
"author": "Thorbjørn Jelgren",
"license": "MIT",
"dependencies": {
"amqplib": "^0.5.1",
"rabbit-chatter": "^2.0.0",
"util": "^0.10.3",
"winston": "^2.3.1"
},
"devDependencies": {
"@types/winston": "^2.3.3",
"chai": "^4.1.0",
"mocha": "^3.4.2",
"sinon": "^2.3.8",
"tslint": "^5.5.0",
"typescript": "^2.4.1"
}
}