-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 946 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
{
"name": "aedes-logging",
"version": "2.0.1",
"description": "Logging module for Aedes, based on Pino",
"main": "index.js",
"scripts": {
"test": "standard && tap test.js"
},
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/aedes-logging.git"
},
"keywords": [
"aedes",
"mqtt",
"broker",
"logging",
"pino"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/aedes-logging/issues"
},
"homepage": "https://github.com/mcollina/aedes-logging#readme",
"devDependencies": {
"aedes": "^0.26.1",
"flush-write-stream": "^1.0.2",
"mqtt": "^2.8.0",
"pre-commit": "^1.2.2",
"split2": "^2.1.1",
"standard": "^10.0.2",
"tap": "^10.3.2",
"websocket-stream": "^5.0.0"
},
"dependencies": {
"pino": "^4.0.0",
"safe-buffer": "^5.0.1"
}
}